![]() |
VR-Forces 4.5 Class Documentation
|
Interface content for requesting information on available dynamic terrain switches within the given radius around the given point. More...

Public Member Functions | |
| DtIfRequestDynamicTerrainInformation () | |
| Default constructor. | |
| DtIfRequestDynamicTerrainInformation (const DtIfRequestDynamicTerrainInformation &orig) | |
| Copy constructor. | |
| const DtIfRequestDynamicTerrainInformation & | operator= (const DtIfRequestDynamicTerrainInformation &orig) |
| Assignment operator. | |
| virtual | ~DtIfRequestDynamicTerrainInformation () |
| Destructor. | |
| 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 (unsigned reqId) |
| Request ID will be used by the requestor to match the appropriate response. | |
| virtual unsigned | requestId () const |
| virtual void | setLocation (const DtVector &loc) |
| The location in which we are interested. | |
| virtual const DtVector & | location () const |
| virtual void | setRadius (double r) |
| The radius around the location in which we are interested. | |
| virtual double | radius () 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 Attributes | |
| DtU32 | myRequestId |
| DtVector | myLocation |
| DtReal | myRadius |
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 |
Interface content for requesting information on available dynamic terrain switches within the given radius around the given point.
| DtIfRequestDynamicTerrainInformation::DtIfRequestDynamicTerrainInformation | ( | ) |
Default constructor.
| DtIfRequestDynamicTerrainInformation::DtIfRequestDynamicTerrainInformation | ( | const DtIfRequestDynamicTerrainInformation & | orig | ) |
Copy constructor.
|
virtual |
Destructor.
| const DtIfRequestDynamicTerrainInformation& DtIfRequestDynamicTerrainInformation::operator= | ( | const DtIfRequestDynamicTerrainInformation & | 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 |
Request ID will be used by the requestor to match the appropriate response.
|
virtual |
|
virtual |
The location in which we are interested.
|
virtual |
|
virtual |
The radius around the location in which we are interested.
|
virtual |
|
protected |
|
protected |
|
protected |