#include <ValueTimeTrack.h>
Inheritance diagram for OpenCAL::ValueTimeTrack:


Public Member Functions | |
| ValueTimeTrack (KeyFrameSystem *keyFrameSystem, float *value) | |
| void | addKeyFrame (float time, float value) |
| void | deleteKeyFrame (float time) |
| void | apply () |
Protected Types | |
| typedef map< float, float > | KeyFrameMap |
Protected Attributes | |
| float * | m_value |
| KeyFrameMap | m_keyFrames |
Definition at line 30 of file ValueTimeTrack.h.
1.3.8