![]() |
Inviwo
0.9.10.1
Inviwo documentation
|
#include <linearinterpolation.h>
Inheritance diagram for inviwo::animation::LinearInterpolation< Key >:Public Member Functions | |
| virtual LinearInterpolation< Key > * | clone () const override |
| virtual std::string | getName () const override |
| virtual std::string | getClassIdentifier () const override |
| virtual bool | equal (const Interpolation &other) const override |
| virtual void | serialize (Serializer &s) const override |
| virtual void | deserialize (Deserializer &d) override |
| virtual auto | operator() (const std::vector< std::unique_ptr< Key >> &keys, Seconds from, Seconds to, easing::EasingType easing) const -> typename Key::value_type override |
Static Public Member Functions | |
| static std::string | classIdentifier () |
Linear interpolation function for key frames. Perfoms linear interpolation between two neighboring key frames.