![]() |
VR-Forces 4.0.4 Class Documentation
|
Go to the source code of this file.
Classes | |
| class | BHAVE::DtDrawingViewerBridge |
Namespaces | |
| namespace | BHAVE |
| Contains BHAVE::BHAVE3DGui::DtAddSpawnSinkPointDialog class. | |
Enumerations | |
| enum | BHAVE::DtDebugDrawingsType { BHAVE::SHARED_MEMORY, BHAVE::DRAWING_LINES_ARRAY, BHAVE::DRAWING_UNKNOWN } |
| Debug Drawings source type. More... | |
Functions | |
| bool DT_DLL_bhaveUtil | BHAVE::DrawingViewerInit (DrawingViewer::DtDataTransfer *viewer, unsigned int max_lines, const char *sharedpath) |
| Initializes drawing lines storage. | |
| DT_DLL_bhaveUtil bool | BHAVE::DrawingViewerInit (DtDebugDrawingsType type, unsigned int nb_max_lines, const char *sharedpath) |
| Initializes drawing lines storage. | |
| DT_DLL_bhaveUtil void | BHAVE::DrawingViewerLine (const Kaim::Vec3f &p1, const Kaim::Vec3f &p2, KyUInt32 r, KyUInt32 g, KyUInt32 b, KyUInt32 a) |
| Drawing functions. | |
| DT_DLL_bhaveUtil void | BHAVE::DrawingViewerPoint (const Kaim::Vec3f &p, KyUInt32 r, KyUInt32 g, KyUInt32 b, KyUInt32 a) |
| DT_DLL_bhaveUtil void | BHAVE::DrawingViewerReset () |
| Reset cursor position to beginning of storage, for beginning drawing again for a new frame. | |
| DT_DLL_bhaveUtil void | BHAVE::DrawingViewerEndFrame () |
| Signal that a complete frame has been drawn. | |
| DT_DLL_bhaveUtil void | BHAVE::DrawingViewerExit () |
| Close storage. | |
| DT_DLL_bhaveUtil void | BHAVE::DrawingViewerGetReadingInfo (DrawingViewer::DtLineInfo *&startingLine, unsigned int &lineCount) |
| Get information necessary for reading from storage. | |