![]() |
VR-Forces 4.10 Class Documentation
|
Instances of this class are the interface message content used to query a simulation back-end for its spatial subdivision configuration. More...

Public Member Functions | |
| DtIfQuerySpatialSubdivisionConfiguration () | |
| default constructor More... | |
| DtIfQuerySpatialSubdivisionConfiguration (const DtIfQuerySpatialSubdivisionConfiguration &orig) | |
| copy constructor More... | |
| const DtIfQuerySpatialSubdivisionConfiguration & | operator= (const DtIfQuerySpatialSubdivisionConfiguration &orig) |
| assignment operator More... | |
| virtual | ~DtIfQuerySpatialSubdivisionConfiguration () |
| virtual int | type () const |
| Returns DtQuerySpatialSubdivisionConfigurationType, defined in msgTypes.h. More... | |
| virtual DtSimInterfaceContent * | clone () const |
| Returns newly created copy of this object. More... | |
| virtual void | setSpatialSubdivisionType (DtSpatialSubdivisionType type) |
| Type of spatial subdivision type for which we want to query its configuration. More... | |
| virtual DtSpatialSubdivisionType | spatialSubdivisionType () const |
| virtual void | setRequestId (unsigned int requestId) |
| Unique identifier used to associate response (a DtIfSpatialSubdivisionConfiguration message) with a given request. More... | |
| virtual unsigned int | requestId () const |
| virtual int | netRepSize () const |
| Returns size of network representation of this object, in bytes. More... | |
| virtual bool | setFromNet (const char *contentBuffer, unsigned contentSize) |
| Unpack network representation (contentBuffer) into this object. More... | |
| virtual bool | setToNet () |
| Package this object's data into a network format (a DtNetIfQuerySpatialSubdivisionConfiguration struct). More... | |
| virtual void | printDataToString (DtString &str) |
| Human readable representation of this object's data (used for debugging purposes, and in applications such as vrfMsgDump). More... | |
Public Member Functions inherited from DtSimInterfaceContent | |
| virtual | ~DtSimInterfaceContent () |
| virtual bool | update (const DtSimInterfaceContent *data) |
| virtual char * | netRep () |
| virtual void | printContentType (DtString &str) |
| virtual void | setUseSessionId (bool yesNo) |
| virtual bool | useSessionId () const |
Static Public Member Functions | |
| static DtSimInterfaceContent * | creator () |
| Returns a new instance of this class. More... | |
Static Public Member Functions inherited from DtSimInterfaceContent | |
| static DtSimInterfaceContent * | createInterfaceContent (int type) |
| static void | addInterfaceContentCreatorFcn (int type, DtInterfaceContentCreatorFcn fcn) |
| static void | setFactory (DtInterfaceContentFactory *factory) |
| static DtInterfaceContentFactory * | factory () |
| static void | registerContentTypePrinter (DtSimInterfaceContentTypePrinterFcn printFcn) |
Protected Attributes | |
| DtSpatialSubdivisionType | mySpatialSubdivisionType |
| DtU32 | myRequestId |
Protected Attributes inherited from DtSimInterfaceContent | |
| char * | myNetRep |
| bool | myUseSessionId |
Additional Inherited Members | |
Protected Member Functions inherited from DtSimInterfaceContent | |
| DtSimInterfaceContent () | |
| DtSimInterfaceContent (const DtSimInterfaceContent &orig) | |
| const DtSimInterfaceContent & | operator= (const DtSimInterfaceContent &orig) |
| virtual char * | createNetworkBuffer () |
Static Protected Attributes inherited from DtSimInterfaceContent | |
| static DtInterfaceContentFactory * | myFactory |
| static DtSimInterfaceContentTypePrinterFcn | theContentTypePrinterFcn |
Instances of this class are the interface message content used to query a simulation back-end for its spatial subdivision configuration.
Content-Type: DtQuerySpatialSubdivisionConfigurationType
| DtIfQuerySpatialSubdivisionConfiguration::DtIfQuerySpatialSubdivisionConfiguration | ( | ) |
default constructor
| DtIfQuerySpatialSubdivisionConfiguration::DtIfQuerySpatialSubdivisionConfiguration | ( | const DtIfQuerySpatialSubdivisionConfiguration & | orig | ) |
copy constructor
|
virtual |
| const DtIfQuerySpatialSubdivisionConfiguration& DtIfQuerySpatialSubdivisionConfiguration::operator= | ( | const DtIfQuerySpatialSubdivisionConfiguration & | orig | ) |
assignment operator
|
virtual |
Returns DtQuerySpatialSubdivisionConfigurationType, defined in msgTypes.h.
Implements DtSimInterfaceContent.
|
virtual |
Returns newly created copy of this object.
Implements DtSimInterfaceContent.
|
virtual |
Type of spatial subdivision type for which we want to query its configuration.
Spatial subdivision types are defined in spatialSubdivisionTypes.h.
|
virtual |
|
virtual |
Unique identifier used to associate response (a DtIfSpatialSubdivisionConfiguration message) with a given request.
|
virtual |
Returns size of network representation of this object, in bytes.
Reimplemented from DtSimInterfaceContent.
|
virtual |
Unpack network representation (contentBuffer) into this object.
Reimplemented from DtSimInterfaceContent.
|
virtual |
Package this object's data into a network format (a DtNetIfQuerySpatialSubdivisionConfiguration struct).
Reimplemented from DtSimInterfaceContent.
|
virtual |
Human readable representation of this object's data (used for debugging purposes, and in applications such as vrfMsgDump).
Reimplemented from DtSimInterfaceContent.
|
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 |