![]() |
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 | |
| DtIfModifyIndirectArtilleryObject () | |
| default constructor | |
| DtIfModifyIndirectArtilleryObject (const DtIfModifyIndirectArtilleryObject &orig) | |
| copy constructor | |
| const DtIfModifyIndirectArtilleryObject & | operator= (const DtIfModifyIndirectArtilleryObject &orig) |
| assignment operator | |
| virtual | ~DtIfModifyIndirectArtilleryObject () |
| virtual bool | update (const DtSimInterfaceContent *) |
| virtual int | type () const |
| Returns DtQuerySpatialSubdivisionConfigurationType, defined in msgTypes.h. | |
| virtual DtSimInterfaceContent * | clone () const |
| Creates a copy of this request. | |
| 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 DtString | stringRep () const |
| Get a readable string representation of this request. | |
| virtual const DtIfIndirectArtilleryData & | data () const |
| Get and set the data for this entity. | |
| virtual DtIfIndirectArtilleryData & | data () |
| virtual void | setData (const DtIfIndirectArtilleryData &data) |
Static Public Member Functions | |
| static DtSimInterfaceContent * | creator () |
| Returns a new instance of this class. | |
Protected Attributes | |
| DtIfIndirectArtilleryData | myData |
Instances of this class are the interface message content used to embark an object on the specified parent.
Content-Type: DtModifyIndirectArtilleryObject
| DtIfModifyIndirectArtilleryObject::DtIfModifyIndirectArtilleryObject | ( | ) |
default constructor
| DtIfModifyIndirectArtilleryObject::DtIfModifyIndirectArtilleryObject | ( | const DtIfModifyIndirectArtilleryObject & | orig | ) |
copy constructor
|
virtual |
| const DtIfModifyIndirectArtilleryObject& DtIfModifyIndirectArtilleryObject::operator= | ( | const DtIfModifyIndirectArtilleryObject & | orig | ) |
assignment operator
|
virtual |
|
virtual |
Returns DtQuerySpatialSubdivisionConfigurationType, defined in msgTypes.h.
|
virtual |
Creates a copy of this request.
|
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 |
Get a readable string representation of this request.
|
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 |
Get and set the data for this entity.
|
virtual |
|
virtual |
|
protected |