16 #include <vlutil/vlFilename.h>
17 #include <vlutil/vlString.h>
59 const DtString& demeanor,
double speed )
const;
73 virtual void setDebugOutputStream( DtOutputStream*
stream )
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:78
std::map< DtLifeformStaticPosture, AnimationListSharedPtr > IntrinsicAnimationMap
Definition: diGuyIntrinsicAnimationMap.h:37
std::list< DtDiGuyAnimationSharedPtr > AnimationList
Definition: diGuyIntrinsicAnimationMap.h:32
DtFilename myIntrinsicAnimationMapFile
Definition: diGuyIntrinsicAnimationMap.h:77
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. Static postures are equivalent...
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.
voidpf stream
Definition: ioapi.h:39
Contains the DtDiGuyAnimation class declaration.
std::list< DtLifeformStaticPosture > PostureList
Definition: diGuyIntrinsicAnimationMap.h:41
DtOutputStream * myDebugOutputStream
Definition: diGuyIntrinsicAnimationMap.h:82
DT_DLL_DEBUGDRAWRENDERER void init(makVrv::DtDe &de)
Work function for the plugin initialization.
AnimationList::iterator AnimationListIterator
Definition: diGuyIntrinsicAnimationMap.h:33
AnimationListSharedPtr myAllAnimations
Definition: diGuyIntrinsicAnimationMap.h:79
BackupPostureMap myBackupPostures
Definition: diGuyIntrinsicAnimationMap.h:80
#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:124