![]() |
Inviwo 0.9.12-pre
Inviwo documentation
|
Public Member Functions | |
| virtual std::unique_ptr< Processor > | create (std::string_view key) const override |
| virtual std::unique_ptr< Processor > | create (std::string_view key, InviwoApplication *) const override |
| virtual std::shared_ptr< Processor > | createShared (std::string_view key) const override |
| virtual std::shared_ptr< Processor > | createShared (std::string_view key, InviwoApplication *) const override |
| virtual bool | hasKey (std::string_view key) const override |
| ProcessorFactory (InviwoApplication *app) | |
| bool | registerObject (ProcessorFactoryObject *processor) override |
| Public Member Functions inherited from inviwo::Factory< Processor, std::string_view > | |
| virtual std::unique_ptr< Processor > | create (std::string_view key, Args... args) const=0 |
| virtual std::shared_ptr< Processor > | createShared (std::string_view key, Args... args) const |
| Factory & | operator= (const Factory &)=delete |
| Public Member Functions inherited from inviwo::Factory< Processor, std::string_view, InviwoApplication * > | |
| virtual std::unique_ptr< Processor > | create (std::string_view key, Args... args) const=0 |
| virtual std::shared_ptr< Processor > | createShared (std::string_view key, Args... args) const |
| Factory & | operator= (const Factory &)=delete |
| Public Member Functions inherited from inviwo::FactoryRegister< ProcessorFactoryObject, std::string, std::string_view > | |
| ProcessorFactoryObject * | getFactoryObject (std::string_view key) const |
| std::vector< std::string > | getKeys () const |
| auto | getKeyView () const |
| bool | hasKey (std::string_view key) const |
| virtual bool | unRegisterObject (ProcessorFactoryObject *obj) |
| Public Member Functions inherited from inviwo::Observable< FactoryObserver< T > > | |
| void | addObserver (T *observer) |
| bool | isObservedBy (T *observer) const |
| Observable< T > & | operator= (const Observable< T > &other) |
| void | removeObserver (T *observer) |
| virtual void | startBlockingNotifications () override final |
| virtual void | stopBlockingNotifications () override final |
Additional Inherited Members | |
| Protected Member Functions inherited from inviwo::FactoryObservable< T > | |
| void | notifyObserversOnRegister (T *p) |
| void | notifyObserversOnUnRegister (T *p) |
| Protected Member Functions inherited from inviwo::Observable< FactoryObserver< T > > | |
| void | forEachObserver (C callback) |
| Protected Member Functions inherited from inviwo::ObservableInterface | |
| void | addObservationHelper (Observer *observer) |
| virtual void | addObserver (Observer *observer)=0 |
| void | removeObservationHelper (Observer *observer) |
| virtual void | removeObserver (Observer *observer)=0 |
| Protected Attributes inherited from inviwo::FactoryRegister< ProcessorFactoryObject, std::string, std::string_view > | |
| std::map< std::string, ProcessorFactoryObject *, std::less<> > | map_ |
|
overridevirtual |
Implements inviwo::Factory< Processor, std::string_view >.
|
overridevirtual |
The factory will not assume ownership over obj, although is assumes that obj will be valid for the lifetime of the factory
Reimplemented from inviwo::FactoryRegister< ProcessorFactoryObject, std::string, std::string_view >.