![]() |
VR-Forces 4.2 Class Documentation
|
This driver owns a DtExampleDrawObject, and is responsible for keeping track of the draw object's state & creating or destroying it when the driver is started or stopped. More...

Public Types | |
| typedef DtKynapseLinesModel::BufferVector | BufferVector |
Public Member Functions | |
| DtBhaveDebugLineDriver (makVrv::DtAgentManager &agentManager, const std::string &instanceName) | |
| CTOR. | |
| virtual | ~DtBhaveDebugLineDriver () |
| DTOR. | |
| virtual const std::string & | className () const |
| Get the class name as a string. | |
| virtual void | toggleDrawDebugLines () |
| Toggle drawing of debug lines via the F_11 key. | |
| virtual void | setDrawDebugLines (bool enabled) |
| Enable/disable drawing of debug lines. | |
| virtual BufferVector | bufferInfo () |
| virtual bool | drawBuffer (std::string name, bool draw) |
Protected Types | |
| typedef DtMutex | Mutex |
| typedef DtScopedLock | ScopedLock |
Protected Member Functions | |
| virtual bool | onStart () |
| Called when the driver is started by the display engine Calls initKynapse. | |
| virtual bool | onTick () |
| calls to our drawer to draw the bhave debug lines | |
| virtual bool | onStop () |
| Called when the driver is stopped by the display engine Calls exitKynapse. | |
Protected Attributes | |
| DtMutex | myMutex |
| std::string | myName |
| std::auto_ptr < DtKynapseLinesModelAgent > | myLineDrawer |
This driver owns a DtExampleDrawObject, and is responsible for keeping track of the draw object's state & creating or destroying it when the driver is started or stopped.
|
protected |
|
protected |
| makVrf::DtBhaveDebugLineDriver::DtBhaveDebugLineDriver | ( | makVrv::DtAgentManager & | agentManager, |
| const std::string & | instanceName | ||
| ) |
CTOR.
|
virtual |
DTOR.
|
virtual |
Get the class name as a string.
|
virtual |
Toggle drawing of debug lines via the F_11 key.
|
virtual |
Enable/disable drawing of debug lines.
|
virtual |
|
protectedvirtual |
Called when the driver is started by the display engine Calls initKynapse.
|
protectedvirtual |
calls to our drawer to draw the bhave debug lines
|
protectedvirtual |
Called when the driver is stopped by the display engine Calls exitKynapse.
|
mutableprotected |
|
protected |
|
protected |