|
SO3Engine
|
SO3::SPoseAnimationTrack Class Reference
#include <SO3PoseAnimationTrack.h>
Inheritance diagram for SO3::SPoseAnimationTrack:
Public Member Functions | |
| SPoseAnimationTrack (const std::string &animationTrackName, SPoseAnimation *animation, const unsigned short &poseTrackAnimationId) | |
Public Member Functions inherited from SO3::SAnimTrack | |
| virtual | ~SAnimTrack () |
| SAnim * | GetParentAnimation () |
| Ogre::AnimationTrack * | GetOgreAnimationTrackPointer () |
| AnimTrackType | GetType () |
| void | SetOptimise () |
| Ogre::AnimationTrack * | _Clone (Ogre::Animation *tanim, const unsigned short &tid) |
| virtual unsigned short | GetNumKeyFrames () |
| virtual void | CreateKey (const float &timepos, const Ogre::Vector3 &pos, const Ogre::Quaternion &quat, const Ogre::Vector3 &scale) |
| virtual void | SetKeyTransform (const unsigned int &keyIndex, const Ogre::Vector3 &pos, const Ogre::Quaternion &quat, const Ogre::Vector3 &scale) |
| virtual void | GetKeyTransform (const unsigned int &keyIndex, Ogre::Vector3 &pos, Ogre::Quaternion &quat, Ogre::Vector3 &scale) |
| virtual float | GetKeyPositionTime (const unsigned int &keyIndex) |
| virtual void | RemoveKey (const unsigned int &keyIndex) |
| virtual void | RemoveAllKeyFrames () |
| virtual void | Update (const float &pos) |
Public Member Functions inherited from SO3::SData | |
| SData (const std::string &dataName) | |
| virtual | ~SData () |
| std::string | GetName () const |
| SUserObjectBindings & | GetUserObjectBindings () |
| const SUserObjectBindings & | GetUserObjectBindings () const |
Additional Inherited Members | |
Public Types inherited from SO3::SAnimTrack | |
| enum | AnimTrackType { SO3_NODE_TRACK = 0 , SO3_VERTEX_TRACK = 1 , SO3_NUMERIC_TRACK = 2 , SO3_POSE_TRACK = 3 , SO3_SEQUENCE_TRACK = 4 } |
Protected Member Functions inherited from SO3::SAnimTrack | |
| SAnimTrack (const std::string &animationTrackName, SAnim *animation, const AnimTrackType &animationTrackType) | |
Protected Attributes inherited from SO3::SAnimTrack | |
| Ogre::AnimationTrack * | ogreAnimationTrack |
Protected Attributes inherited from SO3::SData | |
| std::string | name |
Detailed Description
Definition at line 40 of file SO3PoseAnimationTrack.h.
Constructor & Destructor Documentation
◆ SPoseAnimationTrack()
| SPoseAnimationTrack::SPoseAnimationTrack | ( | const std::string & | animationTrackName, |
| SPoseAnimation * | animation, | ||
| const unsigned short & | poseTrackAnimationId | ||
| ) |
Constructor for a SO3_POSE_TRACK anim track.
Definition at line 38 of file SO3PoseAnimationTrack.cpp.
The documentation for this class was generated from the following files:
- include/SO3Animation/SO3PoseAnimationTrack.h
- src/SO3Animation/SO3PoseAnimationTrack.cpp
Generated by
Public Member Functions inherited from