43 std::string m_morphName;
47 std::vector<CalCoreMorphKeyframe*> m_keyframesToDelete;
57 bool getState(
float time,
float & weightOut);
59 std::string getMorphName()
const;
60 void setMorphName(std::string name);
62 int getCoreMorphKeyframeCount()
const;
70 const std::vector<CalCoreMorphKeyframe> & getVectorCoreMorphKeyframes()
const;
71 std::vector<CalCoreMorphKeyframe> & getVectorCoreMorphKeyframes();
73 void scale(
float factor);
76 std::vector<CalCoreMorphKeyframe>::iterator getUpperBound(
float time);
std::vector< CalCoreMorphKeyframe > m_keyframes
List of keyframes, always sorted by time.
Definition coremorphtrack.h:46