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

Classes | |
| struct | ScriptedMovementObject |
Public Types | |
| typedef std::vector < ScriptedMovementObject > | ScriptedMovementObjects |
Public Member Functions | |
| DtIfScriptedMovementObjectsResponse () | |
| default constructor | |
| virtual | ~DtIfScriptedMovementObjectsResponse () |
| destructor | |
| DtIfScriptedMovementObjectsResponse (const DtIfScriptedMovementObjectsResponse &orig) | |
| copy constructor | |
| DtIfScriptedMovementObjectsResponse & | operator= (const DtIfScriptedMovementObjectsResponse &orig) |
| assignment operator | |
| virtual int | type () const |
| Returns the type of Interface Content. | |
| virtual DtSimInterfaceContent * | clone () const |
| virtual const ScriptedMovementObjects & | scriptedMovementObjects () const |
| Set/get the action categories. | |
| virtual void | setScriptedMovementObjects (const ScriptedMovementObjects &) |
| virtual int | netRepSize () const |
| virtual bool | setFromNet (const char *contentBuffer, unsigned contentSize) |
| virtual bool | setToNet () |
| virtual void | printDataToString (DtString &str) |
Static Public Member Functions | |
| static DtSimInterfaceContent * | creator () |
Protected Attributes | |
| ScriptedMovementObjects | myScriptedMovementObjects |
| typedef std::vector<ScriptedMovementObject> DtIfScriptedMovementObjectsResponse::ScriptedMovementObjects |
| DtIfScriptedMovementObjectsResponse::DtIfScriptedMovementObjectsResponse | ( | ) |
default constructor
|
virtual |
destructor
| DtIfScriptedMovementObjectsResponse::DtIfScriptedMovementObjectsResponse | ( | const DtIfScriptedMovementObjectsResponse & | orig | ) |
copy constructor
| DtIfScriptedMovementObjectsResponse& DtIfScriptedMovementObjectsResponse::operator= | ( | const DtIfScriptedMovementObjectsResponse & | orig | ) |
assignment operator
|
virtual |
Returns the type of Interface Content.
|
virtual |
|
virtual |
Set/get the action categories.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
static |
|
protected |