![]() |
VR-Forces 4.0.4 Class Documentation
|
This is the abstract interface for a model class that is used to create attachable line objects. More...

Public Member Functions | |
| DtDrawModel (DtDe &de, DtUniqueID id) | |
| CTOR. | |
| virtual | ~DtDrawModel () |
| DTOR. | |
| virtual void | drawLine (const DtVector &rgbColor, double lineWidth)=0 |
| Draw a line segment from (x1,y1,z1) to (x2,y2,z2) using color (r,g,b,a) and thickness (lineWidth) | |
This is the abstract interface for a model class that is used to create attachable line objects.
Renaming (when the Attachable- is removed from the class name) is recommended
| makVrv::DtDrawModel::DtDrawModel | ( | DtDe & | de, |
| DtUniqueID | id | ||
| ) |
CTOR.
| virtual makVrv::DtDrawModel::~DtDrawModel | ( | ) | [virtual] |
DTOR.
| virtual void makVrv::DtDrawModel::drawLine | ( | const DtVector & | rgbColor, |
| double | lineWidth | ||
| ) | [pure virtual] |
Draw a line segment from (x1,y1,z1) to (x2,y2,z2) using color (r,g,b,a) and thickness (lineWidth)
Implemented in makVrv::DtOsgDrawModel.