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