![]() |
VR-Forces 4.10 Class Documentation
|
Interface content for requesting terrain profile information or cancelling a current request. More...

Public Member Functions | |
| DtIfRequestTerrainProfileInformation () | |
| default constructor More... | |
| DtIfRequestTerrainProfileInformation (const DtIfRequestTerrainProfileInformation &orig) | |
| copy constructor More... | |
| const DtIfRequestTerrainProfileInformation & | operator= (const DtIfRequestTerrainProfileInformation &orig) |
| assignment operator More... | |
| virtual | ~DtIfRequestTerrainProfileInformation () |
| virtual int | type () const |
| virtual DtSimInterfaceContent * | clone () const |
| virtual int | netRepSize () const |
| virtual bool | setFromNet (const char *contentBuffer, unsigned contentSize) |
| virtual bool | setToNet () |
| virtual void | printDataToString (DtString &str) |
| virtual void | setRequestId (int) |
| virtual int | requestId () const |
| virtual void | setSendPartialInformation (bool) |
| When partial information is requested, a series of responses will be sent containing the information that has been discovered since the last check. More... | |
| virtual bool | sendPartialInformation () const |
| virtual void | setPoints (const std::vector< DtVector > &) |
| virtual const std::vector < DtVector > & | points () const |
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 () |
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 |
| Default is true. More... | |
| 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 |
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).
| 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 |