Inviwo  0.9.10.1
Inviwo documentation
inviwo::InportFactory Class Reference
+ Inheritance diagram for inviwo::InportFactory:

Public Member Functions

virtual bool hasKey (const std::string &key) const override
 
virtual std::unique_ptr< Inportcreate (const std::string &className, const std::string &identifier) const override
 
- Public Member Functions inherited from inviwo::Factory< Inport, const std::string &, const std::string & >
virtual std::unique_ptr< Inportcreate (const std::string & key, Args... args) const=0
 
- Public Member Functions inherited from inviwo::FactoryBase
 FactoryBase (const FactoryBase &)=delete
 
FactoryBaseoperator= (const FactoryBase &)=delete
 
 FactoryBase (FactoryBase &&)=default
 
FactoryBaseoperator= (FactoryBase &&)=default
 
- Public Member Functions inherited from inviwo::StandardFactory< Inport, InportFactoryObject >
virtual bool registerObject (InportFactoryObject *obj)
 
virtual bool unRegisterObject (InportFactoryObject *obj)
 
virtual std::unique_ptr< Inportcreate (const std::string & key, Args... args) const override
 
virtual std::vector< Key > getKeys () const
 
- Public Member Functions inherited from inviwo::Observable< FactoryObserver< InportFactoryObject > >
 Observable (const Observable< FactoryObserver< InportFactoryObject > > &other)
 
 Observable (Observable< FactoryObserver< InportFactoryObject > > &&other)
 
Observable< FactoryObserver< InportFactoryObject > > & operator= (const Observable< FactoryObserver< InportFactoryObject > > &other)
 
Observable< FactoryObserver< InportFactoryObject > > & operator= (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

- Public Types inherited from inviwo::StandardFactory< Inport, InportFactoryObject >
using Key = typename std::remove_cv< typename std::remove_reference< const std::string & >::type >::type
 
using Map = std::unordered_map< Key, InportFactoryObject * >
 
- 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
void addObservationHelper (Observer *observer)
 
void removeObservationHelper (Observer *observer)
 
- Protected Attributes inherited from inviwo::StandardFactory< Inport, InportFactoryObject >
Map map_
 

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