Inviwo  0.9.10.1
Inviwo documentation
inviwo::animation::LinearInterpolation< Key > Class Template Reference

#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 ()
 

Detailed Description

template<typename Key>
class inviwo::animation::LinearInterpolation< Key >

Linear interpolation function for key frames. Perfoms linear interpolation between two neighboring key frames.


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