Inviwo 0.9.12-pre
Inviwo documentation
Loading...
Searching...
No Matches
inviwo::OutportFactory Class Reference
+ Inheritance diagram for inviwo::OutportFactory:

Public Member Functions

virtual std::unique_ptr< Outportcreate (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 >
 Factory (const Factory &)=delete
 
 Factory (Factory &&)=default
 
Factoryoperator= (const Factory &)=delete
 
Factoryoperator= (Factory &&)=default
 
virtual std::unique_ptr< Outportcreate (std::string_view key, Args... args) const=0
 
virtual std::shared_ptr< OutportcreateShared (std::string_view key, Args... args) const
 
- Public Member Functions inherited from inviwo::StandardFactory< Outport, OutportFactoryObject >
virtual std::unique_ptr< Outportcreate (std::string_view key, Args... args) const override
 
- Public Member Functions inherited from inviwo::Factory< Outport, std::string_view, Args... >
 Factory (const Factory &)=delete
 
 Factory (Factory &&)=default
 
Factoryoperator= (const Factory &)=delete
 
Factoryoperator= (Factory &&)=default
 
virtual std::shared_ptr< OutportcreateShared (std::string_view key, Args... args) const
 
- Public Member Functions inherited from inviwo::FactoryRegister< OutportFactoryObject, factoryKeyType< std::string_view >, std::string_view >
virtual bool registerObject (OutportFactoryObject *obj)
 
virtual bool unRegisterObject (OutportFactoryObject *obj)
 
bool hasKey (std::string_view key) const
 
std::vector< factoryKeyType< std::string_view > > getKeys () const
 
auto getKeyView () const
 
OutportFactoryObjectgetFactoryObject (std::string_view key) const
 
- Public Member Functions inherited from inviwo::Observable< FactoryObserver< OutportFactoryObject > >
 Observable (const Observable< FactoryObserver< OutportFactoryObject > > &other)
 
 Observable (Observable< FactoryObserver< OutportFactoryObject > > &&other) noexcept
 
Observable< FactoryObserver< OutportFactoryObject > > & operator= (const Observable< FactoryObserver< OutportFactoryObject > > &other)
 
Observable< FactoryObserver< OutportFactoryObject > > & operator= (Observable< FactoryObserver< OutportFactoryObject > > &&other) noexcept
 
void addObserver (FactoryObserver< OutportFactoryObject > *observer)
 
void removeObserver (FactoryObserver< OutportFactoryObject > *observer)
 
virtual void startBlockingNotifications () override final
 
virtual void stopBlockingNotifications () override final
 
- Public Member Functions inherited from inviwo::ObservableInterface

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)
 
void removeObservationHelper (Observer *observer)
 
- Protected Attributes inherited from inviwo::FactoryRegister< OutportFactoryObject, factoryKeyType< std::string_view >, std::string_view >
std::map< factoryKeyType< std::string_view >, OutportFactoryObject *, std::less<> > map_
 

Member Function Documentation

◆ hasKey()

virtual bool inviwo::OutportFactory::hasKey ( std::string_view key) const
inlineoverridevirtual

The documentation for this class was generated from the following file: