A keyframe for a NumericAnimation. More...
#include <KeyFrame.hh>
Inherits KeyFrame.
Public Member Functions | |
NumericKeyFrame (double _time) | |
Constructor. More... | |
virtual | ~NumericKeyFrame () |
Destructor. More... | |
double | GetTime () const |
Get the time of the keyframe. More... | |
const double & | GetValue () const |
Get the value of the keyframe. More... | |
void | SetValue (const double &_value) |
Set the value of the keyframe. More... | |
Protected Attributes | |
double | time |
time of key frame More... | |
double | value |
numeric value More... | |
A keyframe for a NumericAnimation.
|
explicit |
Constructor.
[in] | _time | Time of the keyframe |
|
virtual |
Destructor.
|
inherited |
Get the time of the keyframe.
const double& GetValue | ( | ) | const |
Get the value of the keyframe.
void SetValue | ( | const double & | _value | ) |
Set the value of the keyframe.
[in] | _value | The new value |
|
protectedinherited |
time of key frame
|
protected |
numeric value