Motive Animation System
An open source project by FPL.
 All Classes Functions Variables Typedefs Friends Pages
motive::MotivatorInit Class Reference

#include <common.h>

Inheritance diagram for motive::MotivatorInit:
motive::MatrixInit motive::OvershootInit motive::RigInit motive::SimpleInit motive::SplineInit motive::ConstInit motive::EaseInEaseOutInit motive::SpringInit

Detailed Description

Base class for Motivator parameterization. Every motivator type has a its own init class that derives from MotivatorInit. In the derivation, the MOTIVE_INTERFACE() macro should be added to the public interface. This macro will define kName, kType, and Register() calls for the motivator type.

Public Member Functions

 MotivatorInit (MotivatorType type)
 The derived class's constructor should set 'type'.
 
MotivatorType type () const
 
void set_type (MotivatorType type)
 

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