![]() |
VR-Forces 4.2 Class Documentation
|
Instances of this class are the interface message content used to disembarj an object from the specified parent. More...

Public Member Functions | |
| DtIfDisembarkObject () | |
| default constructor | |
| DtIfDisembarkObject (const DtIfDisembarkObject &orig) | |
| copy constructor | |
| const DtIfDisembarkObject & | operator= (const DtIfDisembarkObject &orig) |
| assignment operator | |
| virtual | ~DtIfDisembarkObject () |
| virtual int | type () const |
| Returns DtQuerySpatialSubdivisionConfigurationType, defined in msgTypes.h. | |
| virtual DtSimInterfaceContent * | clone () const |
| Returns newly created copy of this object. | |
| virtual void | setDisembarkObject (const DtString &) |
| virtual const DtString & | disembarkObject () const |
| virtual int | netRepSize () const |
| Returns size of network representation of this object, in bytes. | |
| virtual bool | setFromNet (const char *contentBuffer, unsigned contentSize) |
| Unpack network representation (contentBuffer) into this object. | |
| virtual bool | setToNet () |
| Package this object's data into a network format (a DtNetIfQuerySpatialSubdivisionConfiguration struct). | |
| virtual void | printDataToString (DtString &str) |
| Human readable representation of this object's data (used for debugging purposes, and in applications such as vrfMsgDump). | |
| virtual void | setDisembarkAll (bool b) |
| If true (default is false) disembark all objects that are embarked on this object. | |
| virtual bool | disembarkAll () const |
Static Public Member Functions | |
| static DtSimInterfaceContent * | creator () |
| Returns a new instance of this class. | |
Protected Attributes | |
| DtString | myDisembarkObject |
| bool | myDisembarkAll |
Instances of this class are the interface message content used to disembarj an object from the specified parent.
Content-Type: DtDisembarkObject
| DtIfDisembarkObject::DtIfDisembarkObject | ( | ) |
default constructor
| DtIfDisembarkObject::DtIfDisembarkObject | ( | const DtIfDisembarkObject & | orig | ) |
copy constructor
|
virtual |
| const DtIfDisembarkObject& DtIfDisembarkObject::operator= | ( | const DtIfDisembarkObject & | orig | ) |
assignment operator
|
virtual |
Returns DtQuerySpatialSubdivisionConfigurationType, defined in msgTypes.h.
|
virtual |
Returns newly created copy of this object.
|
virtual |
|
virtual |
|
virtual |
Returns size of network representation of this object, in bytes.
|
virtual |
Unpack network representation (contentBuffer) into this object.
|
virtual |
Package this object's data into a network format (a DtNetIfQuerySpatialSubdivisionConfiguration struct).
|
virtual |
Human readable representation of this object's data (used for debugging purposes, and in applications such as vrfMsgDump).
|
static |
Returns a new instance of this class.
This function is registered with the DtInterfaceContentFactory with a key returned by the type() member function.
|
virtual |
If true (default is false) disembark all objects that are embarked on this object.
If this flag is true, the disembark object is the parent of the objects to disembark
|
virtual |
|
protected |
|
protected |