![]() |
VR-Forces 5.0.2 Developer's Guide
|
Interface content for requesting terrain profile information or cancelling a current request. Once the request is made, either a full or partial responses will be give back (depending on the setting).

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 Member Functions | |
| virtual int | sizeOfContent () const |
| virtual char * | setUncompressedToNet (char *buffer) const |
| virtual const char * | setUncompressedFromNet (const char *contentBuffer) |
Protected Member Functions inherited from DtSimInterfaceContent | |
| DtSimInterfaceContent () | |
| DtSimInterfaceContent (const DtSimInterfaceContent &orig) | |
| const DtSimInterfaceContent & | operator= (const DtSimInterfaceContent &orig) |
| virtual char * | createNetworkBuffer () |
Protected Attributes | |
| int | myRequestId |
| bool | mySendPartialInformation |
| std::vector< DtVector > | myPoints |
| DtU32 | myUncompressedSize |
| DtU32 | myCompressedSize |
| bool | myCompressed |
| const char * | myCompressedBuffer |
Protected Attributes inherited from DtSimInterfaceContent | |
| char * | myNetRep |
| bool | myUseSessionId |
Additional Inherited Members | |
Static Protected Attributes inherited from DtSimInterfaceContent | |
| static DtInterfaceContentFactory * | myFactory |
| static DtSimInterfaceContentTypePrinterFcn | theContentTypePrinterFcn |
| DtIfRequestTerrainProfileInformation::DtIfRequestTerrainProfileInformation | ( | ) |
default constructor
| DtIfRequestTerrainProfileInformation::DtIfRequestTerrainProfileInformation | ( | const DtIfRequestTerrainProfileInformation & | orig | ) |
copy constructor
|
virtual |
| const DtIfRequestTerrainProfileInformation& DtIfRequestTerrainProfileInformation::operator= | ( | const DtIfRequestTerrainProfileInformation & | orig | ) |
assignment operator
|
virtual |
Implements DtSimInterfaceContent.
|
virtual |
Implements DtSimInterfaceContent.
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
static |
|
virtual |
|
virtual |
|
virtual |
When partial information is requested, a series of responses will be sent containing the information that has been discovered since the last check. The response will be in the form of a DtIfIntersectionInformationResponse where the user data of each information response is the index of the terrain profile request satisfied with the response.
|
virtual |
|
virtual |
|
virtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protected |
|
protected |
|
protected |
Default is true.
|
mutableprotected |
|
mutableprotected |
|
mutableprotected |
|
mutableprotected |