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

Public Types

using Parent

Public Member Functions

virtual std::unique_ptr< Propertycreate (std::string_view className) const override
virtual bool hasKey (std::string_view key) const override
virtual std::unique_ptr< Propertycreate (std::string_view key, Args... args) const override
Public Member Functions inherited from inviwo::Factory< T, K, Args >
 Factory (const Factory &)=delete
Factoryoperator= (const Factory &)=delete
 Factory (Factory &&)=default
Factoryoperator= (Factory &&)=default
virtual std::shared_ptr< T > createShared (K key, Args... args) const
Public Member Functions inherited from inviwo::FactoryRegister< FactoryObject, Key, LookUpKey >
virtual bool registerObject (FactoryObject *obj)
virtual bool unRegisterObject (FactoryObject *obj)
bool hasKey (LookUpKey key) const
std::vector< Key > getKeys () const
auto getKeyView () const
FactoryObject * getFactoryObject (LookUpKey key) const
Public Member Functions inherited from inviwo::Observable< FactoryObserver< FactoryObject > >
Observable< FactoryObserver< FactoryObject > > & operator= (const Observable< FactoryObserver< FactoryObject > > &other)
void addObserver (FactoryObserver< FactoryObject > *observer)
void removeObserver (FactoryObserver< FactoryObject > *observer)
virtual void startBlockingNotifications () override final
virtual void stopBlockingNotifications () override final
Public Member Functions inherited from inviwo::Factory< Property, std::string_view >
Factoryoperator= (const Factory &)=delete
virtual std::shared_ptr< PropertycreateShared (std::string_view key, Args... args) const

Additional Inherited Members

Protected Member Functions inherited from inviwo::FactoryObservable< FactoryObject >
void notifyObserversOnRegister (FactoryObject *p)
void notifyObserversOnUnRegister (FactoryObject *p)
Protected Member Functions inherited from inviwo::Observable< FactoryObserver< FactoryObject > >
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< FactoryObject, Key, LookUpKey >
std::map< Key, FactoryObject *, std::less<> > map_

Member Typedef Documentation

◆ Parent

Initial value:
std::string_view, std::string_view>
Definition propertyfactoryobject.h:39
A Property represents a parameter to a processor.
Definition property.h:123
Definition factory.h:188

Member Function Documentation

◆ create()

virtual std::unique_ptr< Property > inviwo::StandardFactory< Property, PropertyFactoryObject, std::string_view, Args >::create ( std::string_view key,
Args... args ) const
inlineoverridevirtual

◆ hasKey()

virtual bool inviwo::PropertyFactory::hasKey ( std::string_view key) const
overridevirtual

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