![]() |
VR-Forces 4.2 Class Documentation
|
DtIfDIGuyAppearAndAnimationsResponse. More...

Public Types | |
| typedef std::pair< std::vector < DtString > , AlternateNamesList > | DtAppearanceAnimationPair |
| Animations and appearances. | |
| typedef std::map< DtString, DtAppearanceAnimationPair > | DtAppearanceAnimationPairMap |
Public Member Functions | |
| DtIfDIGuyAppearAndAnimationsResponse () | |
| default constructor | |
| DtIfDIGuyAppearAndAnimationsResponse (const DtIfDIGuyAppearAndAnimationsResponse &orig) | |
| copy constructor | |
| const DtIfDIGuyAppearAndAnimationsResponse & | operator= (const DtIfDIGuyAppearAndAnimationsResponse &orig) |
| assignment operator | |
| virtual | ~DtIfDIGuyAppearAndAnimationsResponse () |
| virtual int | type () const |
| virtual DtSimInterfaceContent * | clone () const |
| virtual void | setDIGuyAppearances (const DtString &, const std::vector< DtString > &) |
| virtual void | setDIGuyAnimations (const DtString &, const AlternateNamesList &) |
| virtual int | netRepSize () const |
| virtual bool | setFromNet (const char *contentBuffer, unsigned contentSize) |
| virtual bool | setToNet () |
| virtual void | printDataToString (DtString &str) |
| const std::vector< DtString > & | diGuyAppearances (DtAppearanceAnimationPairMap::const_iterator iter) const |
| const AlternateNamesList & | diGuyAnimations (DtAppearanceAnimationPairMap::const_iterator iter) const |
| const DtAppearanceAnimationPairMap & | animationAndAppearances () const |
Static Public Member Functions | |
| static DtSimInterfaceContent * | creator () |
Protected Attributes | |
| DtAppearanceAnimationPairMap | myAnimationsAndAppearances |
DtIfDIGuyAppearAndAnimationsResponse.
This message contains lists of the DIGuy appearances and taskable animatins that a particular entity (named in entityNameString()) is capable of.
| typedef std::pair<std::vector<DtString>, AlternateNamesList> DtIfDIGuyAppearAndAnimationsResponse::DtAppearanceAnimationPair |
Animations and appearances.
| typedef std::map<DtString, DtAppearanceAnimationPair> DtIfDIGuyAppearAndAnimationsResponse::DtAppearanceAnimationPairMap |
| DtIfDIGuyAppearAndAnimationsResponse::DtIfDIGuyAppearAndAnimationsResponse | ( | ) |
default constructor
| DtIfDIGuyAppearAndAnimationsResponse::DtIfDIGuyAppearAndAnimationsResponse | ( | const DtIfDIGuyAppearAndAnimationsResponse & | orig | ) |
copy constructor
|
virtual |
| const DtIfDIGuyAppearAndAnimationsResponse& DtIfDIGuyAppearAndAnimationsResponse::operator= | ( | const DtIfDIGuyAppearAndAnimationsResponse & | orig | ) |
assignment operator
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
static |
|
inline |
|
inline |
|
inline |
|
protected |