![]() |
VR-Forces 4.0.4 Class Documentation
|
The DtDIGuyIntrinsicAnimationMap class is a class that stores the DI-Guy animations that are intrinsic motion animations, ones the user would not task the entity to do like walking, running, aiming....This map holds all the intrinsic animations for a character. More...
The DtDIGuyIntrinsicAnimationMap class is a class that stores the DI-Guy animations that are intrinsic motion animations, ones the user would not task the entity to do like walking, running, aiming....This map holds all the intrinsic animations for a character.
It loads up a mtl file that describes the animations
| typedef std::list<DtDIGuyAnimationSharedPtr> DtDIGuyIntrinsicAnimationMap::AnimationList |
| typedef AnimationList::iterator DtDIGuyIntrinsicAnimationMap::AnimationListIterator |
| typedef AnimationList::const_iterator DtDIGuyIntrinsicAnimationMap::const_AnimationListIterator |
| typedef DtBoost::shared_ptr<AnimationList> DtDIGuyIntrinsicAnimationMap::AnimationListSharedPtr |
| typedef std::map<DtLifeformStaticPosture, AnimationListSharedPtr> DtDIGuyIntrinsicAnimationMap::IntrinsicAnimationMap |
| typedef IntrinsicAnimationMap::iterator DtDIGuyIntrinsicAnimationMap::IntrinsicAnimationMapIterator |
| typedef IntrinsicAnimationMap::const_iterator DtDIGuyIntrinsicAnimationMap::const_IntrinsicAnimationMapIterator |
| DtDIGuyIntrinsicAnimationMap::DtDIGuyIntrinsicAnimationMap | ( | const DtFilename & | name | ) |
| DtDIGuyIntrinsicAnimationMap::DtDIGuyIntrinsicAnimationMap | ( | const DtDIGuyIntrinsicAnimationMap & | orig | ) |
| virtual DtDIGuyIntrinsicAnimationMap::~DtDIGuyIntrinsicAnimationMap | ( | ) | [virtual] |
| DtDIGuyIntrinsicAnimationMap& DtDIGuyIntrinsicAnimationMap::operator= | ( | const DtDIGuyIntrinsicAnimationMap & | orig | ) |
| virtual void DtDIGuyIntrinsicAnimationMap::init | ( | ) | [virtual] |
| virtual DtDIGuyAnimation* DtDIGuyIntrinsicAnimationMap::findClosestAnimation | ( | DtLifeformStaticPosture | , |
| double | speed, | ||
| const DtString & | demeanor, | ||
| bool | randomize = true |
||
| ) | [virtual] |
| virtual DtDIGuyAnimation* DtDIGuyIntrinsicAnimationMap::lookupAnimationByName | ( | const DtString & | name | ) | [virtual] |
| virtual DtDIGuyAnimation* DtDIGuyIntrinsicAnimationMap::lookupAnimationByName | ( | AnimationListSharedPtr | list, |
| const DtString & | name | ||
| ) | [virtual] |
| virtual AnimationListSharedPtr DtDIGuyIntrinsicAnimationMap::lookupAnimationList | ( | DtLifeformStaticPosture | post | ) | [virtual] |
| virtual void DtDIGuyIntrinsicAnimationMap::addAnimationToList | ( | AnimationListSharedPtr | list, |
| DtDIGuyAnimationSharedPtr | animation | ||
| ) | [virtual] |
| virtual void DtDIGuyIntrinsicAnimationMap::addAnimationToMap | ( | DtDIGuyAnimationSharedPtr | animation | ) | [virtual] |
DtFilename DtDIGuyIntrinsicAnimationMap::myIntrinsicAnimationMapFile [protected] |