This is the complete list of members for PoseAnimation, including all inherited members.
AddTime(double _time) | Animation | |
Animation(const std::string &_name, double _length, bool _loop) | Animation | |
build | Animation | mutableprotected |
BuildInterpolationSplines() const | PoseAnimation | protected |
CreateKeyFrame(double _time) | PoseAnimation | |
GetInterpolatedKeyFrame(PoseKeyFrame &_kf) const | PoseAnimation | |
GetInterpolatedKeyFrame(double _time, PoseKeyFrame &_kf) const | PoseAnimation | protected |
GetKeyFrame(unsigned int _index) const | Animation | |
GetKeyFrameCount() const | Animation | |
GetKeyFramesAtTime(double _time, KeyFrame **_kf1, KeyFrame **_kf2, unsigned int &_firstKeyIndex) const | Animation | protected |
GetLength() const | Animation | |
GetTime() const | Animation | |
KeyFrame_V typedef | Animation | protected |
keyFrames | Animation | protected |
length | Animation | protected |
loop | Animation | protected |
name | Animation | protected |
PoseAnimation(const std::string &_name, double _length, bool _loop) | PoseAnimation | |
SetLength(double _len) | Animation | |
SetTime(double _time) | Animation | |
timePos | Animation | protected |
~Animation() | Animation | virtual |
~PoseAnimation() | PoseAnimation | virtual |