![]() |
Inviwo 0.9.12-pre
Inviwo documentation
|
Public Member Functions | |
| virtual std::unique_ptr< Interpolation > | create () const |
| virtual std::unique_ptr< Interpolation > | create (InviwoApplication *app) const =0 |
| std::string_view | getClassIdentifier () const |
| InterpolationFactoryObject (std::string_view classIdentifier) | |
Protected Attributes | |
| const std::string | classIdentifier_ |
|
inlinevirtual |
Create an interpolation without an application context. Delegates to create(nullptr). Provided for StandardFactory template compatibility.
|
pure virtual |
Create an interpolation with the given application context.
| app | May be nullptr if no application context is available. |
Implemented in inviwo::animation::InterpolationFactoryObjectTemplate< InterpTyped >.