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

Public Member Functions

template<typename Keyframe >
std::vector< InterpolationFactoryObject * > getSupportedInterpolations () const
 
- Public Member Functions inherited from inviwo::StandardFactory< Interpolation, InterpolationFactoryObject >
virtual std::unique_ptr< Interpolationcreate (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... >
 Factory (const Factory &)=delete
 
 Factory (Factory &&)=default
 
Factoryoperator= (const Factory &)=delete
 
Factoryoperator= (Factory &&)=default
 
virtual std::shared_ptr< InterpolationcreateShared (std::string_view key, Args... args) const
 
- Public Member Functions inherited from inviwo::FactoryRegister< InterpolationFactoryObject, factoryKeyType< std::string_view >, std::string_view >
virtual bool registerObject (InterpolationFactoryObject *obj)
 
virtual bool unRegisterObject (InterpolationFactoryObject *obj)
 
bool hasKey (std::string_view key) const
 
std::vector< factoryKeyType< std::string_view > > getKeys () const
 
auto getKeyView () const
 
InterpolationFactoryObject * getFactoryObject (std::string_view key) const
 
- Public Member Functions inherited from inviwo::Observable< FactoryObserver< InterpolationFactoryObject > >
 Observable (const Observable< FactoryObserver< InterpolationFactoryObject > > &other)
 
 Observable (Observable< FactoryObserver< InterpolationFactoryObject > > &&other) noexcept
 
Observable< FactoryObserver< InterpolationFactoryObject > > & operator= (const Observable< FactoryObserver< InterpolationFactoryObject > > &other)
 
Observable< FactoryObserver< InterpolationFactoryObject > > & operator= (Observable< FactoryObserver< InterpolationFactoryObject > > &&other) noexcept
 
void addObserver (FactoryObserver< InterpolationFactoryObject > *observer)
 
void removeObserver (FactoryObserver< InterpolationFactoryObject > *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< 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)
 
void removeObservationHelper (Observer *observer)
 
- Protected Attributes inherited from inviwo::FactoryRegister< InterpolationFactoryObject, factoryKeyType< std::string_view >, std::string_view >
std::map< factoryKeyType< std::string_view >, InterpolationFactoryObject *, std::less<> > map_
 

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