![]() |
VR-Forces 5.0.2 Developer's Guide
|
Contains makVrf::DtDebugDrawFeatureLogic class. This class is trigger by the DebugDrawFeaturePage dialog. Upon selecting an option, it will send a DtIfDebugDrawFeature message (via DIS/HLA) to the selected sim. engine. This message will be received in the back end by DtDebugDrawManager. The DtDebugDrawManager will then gather the sim information needed (feature lines for example.) and will send messages (Not via DIS/HLA but via UDP) to the debugDrawRender plugin (GUI side) to draw the result on screen.

Public Member Functions | |
| DtDebugDrawFeatureLogic (makVrv::DtDe &de, DtDebugDrawFeatureInterface *) | |
| virtual | ~DtDebugDrawFeatureLogic () |
| virtual void | drawPointFeature (const DtSimulationAddress &simEngine, const std::string &queryString) |
| virtual void | deletePointFeature (const DtSimulationAddress &simEngine) |
| virtual void | drawArealFeature (const DtSimulationAddress &simEngine, const std::string &queryString) |
| virtual void | deleteArealFeature (const DtSimulationAddress &simEngine) |
| virtual void | drawLinearFeature (const DtSimulationAddress &simEngine, const std::string &queryString) |
| virtual void | deleteLinearFeature (const DtSimulationAddress &simEngine) |
| virtual void | setFeatureOffset (float offset) |
Public Member Functions inherited from makVrf::DtDebugDrawCommonLogic | |
| DtDebugDrawCommonLogic (makVrv::DtDe &de) | |
| virtual | ~DtDebugDrawCommonLogic () |
| virtual double | maxQueryDistance () const |
| virtual void | setMaxQueryDistance (double value) |
Protected Attributes | |
| makVrv::DtDe & | myDe |
| DtDebugDrawFeatureInterface * | myInterface |
| float | myOffset |
Protected Attributes inherited from makVrf::DtDebugDrawCommonLogic | |
| makVrv::DtDe & | myDe |
| double | myMaxQueryDistance |
Additional Inherited Members | |
Protected Member Functions inherited from makVrf::DtDebugDrawCommonLogic | |
| virtual bool | frustumCoordinates (DtVector &topLeftCorner, DtVector &topRightCorner, DtVector &bottomLeftCorner, DtVector &bottomRightCorner) |
| virtual void | frustumVectors (DtVector &topLeft, DtVector &topRight, DtVector &bottomLeft, DtVector &bottomRight, DtVector ¢erPoint, double &farClipPlane, osg::Vec3d &rht_out, osg::Vec3d &newForward_out) |
| virtual makVrv::DtChannel * | findFirstChannel (const makVrv::DtObserver *observer) |
| makVrf::DtDebugDrawFeatureLogic::DtDebugDrawFeatureLogic | ( | makVrv::DtDe & | de, |
| DtDebugDrawFeatureInterface * | |||
| ) |
|
virtual |
|
virtual |
Draw point feature.
|
virtual |
Delete point feature.
|
virtual |
Draw areal feature.
|
virtual |
Delete areal feature.
|
virtual |
Draw Linear feature.
|
virtual |
Delete Linear feature.
|
virtual |
Control the Feature offset in meters.
|
protected |
|
protected |
|
protected |