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

Public Member Functions | |
| DtIfEmbarkObject () | |
| default constructor | |
| DtIfEmbarkObject (const DtIfEmbarkObject &orig) | |
| copy constructor | |
| const DtIfEmbarkObject & | operator= (const DtIfEmbarkObject &orig) |
| assignment operator | |
| virtual | ~DtIfEmbarkObject () |
| virtual int | type () const |
| Returns DtQuerySpatialSubdivisionConfigurationType, defined in msgTypes.h. | |
| virtual DtSimInterfaceContent * | clone () const |
| Returns newly created copy of this object. | |
| virtual void | setEmbarkObject (const DtString &) |
| virtual const DtString & | embarkObject () const |
| virtual void | setParent (const DtString &) |
| virtual const DtString & | parent () const |
| virtual void | setLoadOverride (bool) |
| virtual bool | loadOverride () const |
| virtual void | setLoadOverridePosition (const DtVector &) |
| virtual const DtVector & | loadOverridePosition () 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). | |
Static Public Member Functions | |
| static DtSimInterfaceContent * | creator () |
| Returns a new instance of this class. | |
Protected Attributes | |
| DtString | myEmbarkObject |
| DtString | myParent |
| bool | myLoadOverride |
| DtVector | myLoadOverridePosition |
Instances of this class are the interface message content used to embark an object on the specified parent.
Content-Type: DtIfEmbarkObject
| DtIfEmbarkObject::DtIfEmbarkObject | ( | ) |
default constructor
| DtIfEmbarkObject::DtIfEmbarkObject | ( | const DtIfEmbarkObject & | orig | ) |
copy constructor
|
virtual |
| const DtIfEmbarkObject& DtIfEmbarkObject::operator= | ( | const DtIfEmbarkObject & | orig | ) |
assignment operator
|
virtual |
Returns DtQuerySpatialSubdivisionConfigurationType, defined in msgTypes.h.
|
virtual |
Returns newly created copy of this object.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
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.
|
protected |
|
protected |
|
protected |
|
protected |