Inviwo 0.9.12-pre
Inviwo documentation
Loading...
Searching...
No Matches
inviwo::animation::InterpolationFactoryObjectTemplate< InterpTyped > Class Template Reference
+ Inheritance diagram for inviwo::animation::InterpolationFactoryObjectTemplate< InterpTyped >:

Public Types

using key_type = typename InterpTyped::key_type
 
using result_type = typename InterpTyped::result_type
 

Public Member Functions

virtual std::unique_ptr< Interpolationcreate (InviwoApplication *app) const override
 
 InterpolationFactoryObjectTemplate (std::string_view classIdentifier)
 
- Public Member Functions inherited from inviwo::animation::InterpolationFactoryObjectKeyframe< InterpTyped::key_type >
 InterpolationFactoryObjectKeyframe (std::string_view classIdentifier)
 
- Public Member Functions inherited from inviwo::animation::InterpolationFactoryObject
virtual std::unique_ptr< Interpolationcreate () const
 
std::string_view getClassIdentifier () const
 
 InterpolationFactoryObject (std::string_view classIdentifier)
 

Additional Inherited Members

- Protected Attributes inherited from inviwo::animation::InterpolationFactoryObject
const std::string classIdentifier_
 

Member Function Documentation

◆ create()

template<typename InterpTyped >
virtual std::unique_ptr< Interpolation > inviwo::animation::InterpolationFactoryObjectTemplate< InterpTyped >::create ( InviwoApplication * app) const
inlineoverridevirtual

Create an interpolation with the given application context.

Parameters
appMay be nullptr if no application context is available.

Implements inviwo::animation::InterpolationFactoryObject.


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