![]() |
VR-Forces Developer's Guide
|
Instances of this class are the interface message content used to query a simulation back-end for its spatial subdivision configuration.
Content-Type: DtQuerySpatialSubdivisionConfigurationType

Static Public Member Functions | |
| static DtSimInterfaceContent * | creator () |
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 |
| unsigned int | mySpatialSubdivisionXResolution |
| unsigned int | mySpatialSubdivisionYResolution |
| unsigned int | mySpatialSubdivisionZResolution |
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 |
| DtIfSetSpatialSubdivisionConfiguration::DtIfSetSpatialSubdivisionConfiguration | ( | ) |
default constructor
| DtIfSetSpatialSubdivisionConfiguration::DtIfSetSpatialSubdivisionConfiguration | ( | const DtIfSetSpatialSubdivisionConfiguration & | orig | ) |
copy constructor
|
virtual |
| const DtIfSetSpatialSubdivisionConfiguration& DtIfSetSpatialSubdivisionConfiguration::operator= | ( | const DtIfSetSpatialSubdivisionConfiguration & | orig | ) |
assignment operator
|
virtual |
Returns DtSetSpatialSubdivisionConfigurationType, 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 set its configuration. Spatial subdivision types are defined in spatialSubdivisionTypes.h.
|
virtual |
|
virtual |
Resolution of spatial subdivision cell aligned along X axis, in terrain database coordinates.
|
virtual |
|
virtual |
Resolution of spatial subdivision cell aligned along Y axis, in terrain database coordinates.
|
virtual |
|
virtual |
Resolution of spatial subdivision cell aligned along Z axis, in terrain database coordinates.
|
virtual |
|
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 DtNetIfSetSpatialSubdivisionConfiguration 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 |