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

Public Member Functions

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

Additional Inherited Members

Protected Member Functions inherited from inviwo::FactoryObservable< InportFactoryObject >
void notifyObserversOnRegister (InportFactoryObject *p)
void notifyObserversOnUnRegister (InportFactoryObject *p)
Protected Member Functions inherited from inviwo::Observable< FactoryObserver< InportFactoryObject > >
void forEachObserver (C callback)
Protected Member Functions inherited from inviwo::ObservableInterface
virtual void addObserver (Observer *observer)=0
virtual void removeObserver (Observer *observer)=0
void addObservationHelper (Observer *observer)
void removeObservationHelper (Observer *observer)
Protected Attributes inherited from inviwo::FactoryRegister< InportFactoryObject, factoryKeyType< std::string_view >, std::string_view >
std::map< factoryKeyType< std::string_view >, InportFactoryObject *, std::less<> > map_

Member Function Documentation

◆ hasKey()

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

The documentation for this class was generated from the following file:
  • portfactory.h