Assimp
v4.1. (December 2018)
|
Represents a FBX animation curve (i.e. More...
Inherits Assimp::FBX::Object.
Public Member Functions | |
AnimationCurve (uint64_t id, const Element &element, const std::string &name, const Document &doc) | |
const std::vector< float > & | GetAttributes () const |
const std::vector< unsigned int > & | GetFlags () const |
const KeyTimeList & | GetKeys () const |
get list of keyframe positions (time). More... | |
const KeyValueList & | GetValues () const |
get list of keyframe values. More... | |
virtual | ~AnimationCurve () |
![]() | |
uint64_t | ID () const |
const std::string & | Name () const |
Object (uint64_t id, const Element &element, const std::string &name) | |
const Element & | SourceElement () const |
virtual | ~Object () |
Additional Inherited Members | |
![]() | |
const Element & | element |
const uint64_t | id |
const std::string | name |
Represents a FBX animation curve (i.e.
a 1-dimensional set of keyframes and values therefor)
Assimp::FBX::AnimationCurve::AnimationCurve | ( | uint64_t | id, |
const Element & | element, | ||
const std::string & | name, | ||
const Document & | doc | ||
) |
|
virtual |
|
inline |
|
inline |
|
inline |
get list of keyframe positions (time).
Invariant: |GetKeys()| > 0
|
inline |
get list of keyframe values.
Invariant: |GetKeys()| == |GetValues()| && |GetKeys()| > 0