![]() |
VR-Forces 4.0.4 Class Documentation
|
DtLineModel is the model interface for remote graphic lines. More...

Public Member Functions | |
| DtLineModel (DtDe &de, DtUniqueID id) | |
| CTOR. | |
| ~DtLineModel () | |
| DTOR. | |
| virtual void | setColor (float r, float g, float b, float a)=0 |
| Set the color of the line. | |
| virtual void | setWidth (float width)=0 |
| Set the width of the line. | |
| virtual void | setStipplePattern (unsigned int pattern, int repeatFactor=1)=0 |
| Set a stipple pattern for the line. | |
DtLineModel is the model interface for remote graphic lines.
| makVrv::DtLineModel::DtLineModel | ( | DtDe & | de, |
| DtUniqueID | id | ||
| ) |
CTOR.
DTOR.
| virtual void makVrv::DtLineModel::setColor | ( | float | r, |
| float | g, | ||
| float | b, | ||
| float | a | ||
| ) | [pure virtual] |
Set the color of the line.
Reimplemented from makVrv::DtModel.
Implemented in makVrv::DtOsg3DSegmentedLineModel, makVrv::DtOsgExtrudedLineModel, makVrv::DtOsg3DGreatCircleArcModel, makVrv::DtOsgOverlayGreatCircleArcModel, makVrv::DtOsgOverlayDirectionLineModel, and makVrv::DtOsgOverlaySegmentedLineModel.
| virtual void makVrv::DtLineModel::setWidth | ( | float | width | ) | [pure virtual] |
Set the width of the line.
Implemented in makVrv::DtOsg3DSegmentedLineModel, makVrv::DtOsgExtrudedLineModel, makVrv::DtOsg3DGreatCircleArcModel, makVrv::DtOsgOverlayGreatCircleArcModel, makVrv::DtOsgOverlayDirectionLineModel, and makVrv::DtOsgOverlaySegmentedLineModel.
| virtual void makVrv::DtLineModel::setStipplePattern | ( | unsigned int | pattern, |
| int | repeatFactor = 1 |
||
| ) | [pure virtual] |
Set a stipple pattern for the line.
Note that repeatFactor will not be used for overlay forms of the lines
Implemented in makVrv::DtOsg3DSegmentedLineModel, makVrv::DtOsg3DGreatCircleArcModel, makVrv::DtOsgOverlayGreatCircleArcModel, makVrv::DtOsgOverlayDirectionLineModel, makVrv::DtOsgOverlaySegmentedLineModel, and makVrv::DtOsgExtrudedLineModel.