16 #include <vlutil/vlFilename.h>
17 #include <vlutil/vlString.h>
59 const DtString & demeanor,
bool randomize =
true )
const;
std::map< DtLifeformStaticPosture, PostureList > BackupPostureMap
Definition: diGuyIntrinsicAnimationMap.h:42
IntrinsicAnimationMap::const_iterator const_IntrinsicAnimationMapIterator
Definition: diGuyIntrinsicAnimationMap.h:39
DtBoost::shared_ptr< AnimationList > AnimationListSharedPtr
Definition: diGuyIntrinsicAnimationMap.h:35
IntrinsicAnimationMap::iterator IntrinsicAnimationMapIterator
Definition: diGuyIntrinsicAnimationMap.h:38
IntrinsicAnimationMap myIntrinsicAnimationMap
Definition: diGuyIntrinsicAnimationMap.h:76
std::map< DtLifeformStaticPosture, AnimationListSharedPtr > IntrinsicAnimationMap
Definition: diGuyIntrinsicAnimationMap.h:37
std::list< DtDiGuyAnimationSharedPtr > AnimationList
Definition: diGuyIntrinsicAnimationMap.h:32
DtFilename myIntrinsicAnimationMapFile
Definition: diGuyIntrinsicAnimationMap.h:75
The DtDiGuyAnimation class is a class that stores the DI-Guy animation information that is used to en...
Definition: diGuyAnimation.h:29
DtLifeformStaticPosture
These are the available static postures for lifeform (human) entities.
Definition: lifeformStaticPostures.h:22
The DtDIGuyIntrinsicAnimationMap class is a class that stores the DI-Guy animations that are intrinsi...
Definition: diGuyIntrinsicAnimationMap.h:28
Contains the DtLifeformStaticPosture enumeration declaration.
Contains the DtDiGuyAnimation class declaration.
std::list< DtLifeformStaticPosture > PostureList
Definition: diGuyIntrinsicAnimationMap.h:41
DT_DLL_DEBUGDRAWRENDERER void init(makVrv::DtDe &de)
Work function for the plugin initialization.
AnimationList::iterator AnimationListIterator
Definition: diGuyIntrinsicAnimationMap.h:33
BackupPostureMap myBackupPostures
Definition: diGuyIntrinsicAnimationMap.h:77
#define DT_DLL_vrfDiGuy
This file is used to determine how to build Disable inconsistent dll linkage warning Visual Studio 6...
Definition: vrfDiGuyDefines.h:34
AnimationList::const_iterator const_AnimationListIterator
Definition: diGuyIntrinsicAnimationMap.h:34
DtBoost::shared_ptr< DtDiGuyAnimation > DtDiGuyAnimationSharedPtr
Definition: diGuyAnimation.h:112