VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Public Types | Public Member Functions | Protected Attributes
DtDiGuyIntrinsicAnimationMap Class Reference

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...

Public Types

typedef std::list
< DtDiGuyAnimationSharedPtr
AnimationList
typedef AnimationList::iterator AnimationListIterator
typedef
AnimationList::const_iterator 
const_AnimationListIterator
typedef DtBoost::shared_ptr
< AnimationList
AnimationListSharedPtr
typedef std::map
< DtLifeformStaticPosture,
AnimationListSharedPtr
IntrinsicAnimationMap
typedef
IntrinsicAnimationMap::iterator 
IntrinsicAnimationMapIterator
typedef
IntrinsicAnimationMap::const_iterator 
const_IntrinsicAnimationMapIterator

Public Member Functions

 DtDiGuyIntrinsicAnimationMap ()
 DtDiGuyIntrinsicAnimationMap (const DtFilename &name)
 DtDiGuyIntrinsicAnimationMap (const DtDiGuyIntrinsicAnimationMap &orig)
DtDiGuyIntrinsicAnimationMapoperator= (const DtDiGuyIntrinsicAnimationMap &orig)
virtual ~DtDiGuyIntrinsicAnimationMap ()
virtual void init ()
virtual DtDiGuyAnimationfindClosestAnimation (DtLifeformStaticPosture, double speed, const DtString &demeanor, bool randomize=true)
virtual DtDiGuyAnimationlookupAnimationByName (const DtString &name)
virtual DtDiGuyAnimationlookupAnimationByName (AnimationListSharedPtr list, const DtString &name)
virtual AnimationListSharedPtr lookupAnimationList (DtLifeformStaticPosture post)
virtual void addAnimationToList (AnimationListSharedPtr list, DtDiGuyAnimationSharedPtr animation)
virtual void addAnimationToMap (DtDiGuyAnimationSharedPtr animation)

Protected Attributes

DtFilename myIntrinsicAnimationMapFile
IntrinsicAnimationMap myIntrinsicAnimationMap

Detailed Description

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

Member Typedef Documentation

typedef AnimationList::iterator DtDiGuyIntrinsicAnimationMap::AnimationListIterator
typedef AnimationList::const_iterator DtDiGuyIntrinsicAnimationMap::const_AnimationListIterator
typedef IntrinsicAnimationMap::iterator DtDiGuyIntrinsicAnimationMap::IntrinsicAnimationMapIterator
typedef IntrinsicAnimationMap::const_iterator DtDiGuyIntrinsicAnimationMap::const_IntrinsicAnimationMapIterator

Constructor & Destructor Documentation

DtDiGuyIntrinsicAnimationMap::DtDiGuyIntrinsicAnimationMap ( )
DtDiGuyIntrinsicAnimationMap::DtDiGuyIntrinsicAnimationMap ( const DtFilename &  name)
DtDiGuyIntrinsicAnimationMap::DtDiGuyIntrinsicAnimationMap ( const DtDiGuyIntrinsicAnimationMap orig)
virtual DtDiGuyIntrinsicAnimationMap::~DtDiGuyIntrinsicAnimationMap ( )
virtual

Member Function Documentation

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

Member Data Documentation

DtFilename DtDiGuyIntrinsicAnimationMap::myIntrinsicAnimationMapFile
protected
IntrinsicAnimationMap DtDiGuyIntrinsicAnimationMap::myIntrinsicAnimationMap
protected

The documentation for this class was generated from the following file:

Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)