![]() |
Inviwo 0.9.12-pre
Inviwo documentation
|
Public Member Functions | |
| virtual std::unique_ptr< Outport > | create (std::string_view className, std::string_view identifier) const override |
| virtual bool | hasKey (std::string_view key) const override |
| Public Member Functions inherited from inviwo::Factory< Outport, std::string_view, std::string_view > | |
| virtual std::unique_ptr< Outport > | create (std::string_view key, Args... args) const=0 |
| virtual std::shared_ptr< Outport > | createShared (std::string_view key, Args... args) const |
| Factory & | operator= (const Factory &)=delete |
| Public Member Functions inherited from inviwo::StandardFactory< Outport, OutportFactoryObject > | |
| virtual std::unique_ptr< Outport > | create (std::string_view key, Args... args) const override |
| Public Member Functions inherited from inviwo::Factory< Outport, std::string_view, Args... > | |
| virtual std::shared_ptr< Outport > | createShared (std::string_view key, Args... args) const |
| Factory & | operator= (const Factory &)=delete |
| Public Member Functions inherited from inviwo::FactoryRegister< OutportFactoryObject, factoryKeyType< std::string_view >, std::string_view > | |
| OutportFactoryObject * | getFactoryObject (std::string_view key) const |
| std::vector< factoryKeyType< std::string_view > > | getKeys () const |
| auto | getKeyView () const |
| bool | hasKey (std::string_view key) const |
| virtual bool | registerObject (OutportFactoryObject *obj) |
| virtual bool | unRegisterObject (OutportFactoryObject *obj) |
| Public Member Functions inherited from inviwo::Observable< FactoryObserver< OutportFactoryObject > > | |
| void | addObserver (FactoryObserver< OutportFactoryObject > *observer) |
| bool | isObservedBy (FactoryObserver< OutportFactoryObject > *observer) const |
| Observable< FactoryObserver< OutportFactoryObject > > & | operator= (const Observable< FactoryObserver< OutportFactoryObject > > &other) |
| void | removeObserver (FactoryObserver< OutportFactoryObject > *observer) |
| virtual void | startBlockingNotifications () override final |
| virtual void | stopBlockingNotifications () override final |
Additional Inherited Members | |
| Protected Member Functions inherited from inviwo::FactoryObservable< OutportFactoryObject > | |
| void | notifyObserversOnRegister (OutportFactoryObject *p) |
| void | notifyObserversOnUnRegister (OutportFactoryObject *p) |
| Protected Member Functions inherited from inviwo::Observable< FactoryObserver< OutportFactoryObject > > | |
| 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< OutportFactoryObject, factoryKeyType< std::string_view >, std::string_view > | |
| std::map< factoryKeyType< std::string_view >, OutportFactoryObject *, std::less<> > | map_ |
|
inlineoverridevirtual |