![]() |
VR-Forces 5.0.2 Developer's Guide
|
Message used to send draw/delete message from GUI to debugDrawManager.

Public Member Functions | |
| DtIfDebugDrawFeature () | |
| virtual | ~DtIfDebugDrawFeature () |
| DtIfDebugDrawFeature (const DtIfDebugDrawFeature &orig) | |
| DtIfDebugDrawFeature & | operator= (const DtIfDebugDrawFeature &orig) |
| virtual int | type () const |
| virtual DtSimInterfaceContent * | clone () const |
| virtual void | setBoundingBox (DtVector &topLeftCorner, DtVector &topRightCorner, DtVector &bottomLeftCorner, DtVector &bottomRightCorner) |
| virtual void | boundingBox (DtVector &topLeftCorner, DtVector &topRightCorner, DtVector &bottomLeftCorner, DtVector &bottomRightCorner) const |
| virtual void | setDrawPointFeature (bool value) |
| virtual bool | drawPointFeature () const |
| virtual void | setDeletePointFeature (bool value) |
| virtual bool | deletePointFeature () const |
| virtual void | setDrawLinearFeature (bool value) |
| virtual bool | drawLinearFeature () const |
| virtual void | setDeleteLinearFeature (bool value) |
| virtual bool | deleteLinearFeature () const |
| virtual void | setDrawArealFeature (bool value) |
| virtual bool | drawArealFeature () const |
| virtual void | setDeleteArealFeature (bool value) |
| virtual bool | deleteArealFeature () const |
| virtual void | setQueryString (const DtString &value) |
| virtual DtString | queryString () const |
| virtual void | setFeatureOffset (const float value) |
| virtual float | featureOffset () const |
| virtual int | netRepSize () const |
| virtual bool | setFromNet (const char *contentBuffer, unsigned contentSize) |
| virtual bool | setToNet () |
| virtual void | printDataToString (DtString &str) |
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 | |
| bool | myDrawPointFeature |
| bool | myDeletePointFeature |
| bool | myDrawLinearFeature |
| bool | myDeleteLinearFeature |
| bool | myDrawArealFeature |
| bool | myDeleteArealFeature |
| DtVector | myTopLeftCorner |
| DtVector | myTopRightCorner |
| DtVector | myBottomLeftCorner |
| DtVector | myBottomRightCorner |
| DtString | myQueryString |
| double | myFeatureOffset |
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 |
| DtIfDebugDrawFeature::DtIfDebugDrawFeature | ( | ) |
|
virtual |
| DtIfDebugDrawFeature::DtIfDebugDrawFeature | ( | const DtIfDebugDrawFeature & | orig | ) |
| DtIfDebugDrawFeature& DtIfDebugDrawFeature::operator= | ( | const DtIfDebugDrawFeature & | orig | ) |
|
virtual |
Implements DtSimInterfaceContent.
|
virtual |
Implements DtSimInterfaceContent.
|
virtual |
Set/Get the terrain bounding box (frustum view)
|
virtual |
|
virtual |
Set/Get draw point feature.
|
virtual |
|
virtual |
Set/Get delete point feature.
|
virtual |
|
virtual |
Set/Get draw linear feature.
|
virtual |
|
virtual |
Set/Get delete linear feature.
|
virtual |
|
virtual |
Set/Get draw areal feature.
|
virtual |
|
virtual |
Set/Get delete areal feature.
|
virtual |
|
virtual |
Set/Get Query string.
|
virtual |
|
virtual |
Set/Get Offset string.
|
virtual |
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
static |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |