VR-Forces 4.0.4 Class Documentation
Public Member Functions
makVrv::DtDrawModel Class Reference

This is the abstract interface for a model class that is used to create attachable line objects. More...

Inheritance diagram for makVrv::DtDrawModel:
Inheritance graph
[legend]

List of all members.

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)

Detailed Description

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


Constructor & Destructor Documentation

CTOR.

virtual makVrv::DtDrawModel::~DtDrawModel ( ) [virtual]

DTOR.


Member Function Documentation

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.


The documentation for this class was generated from the following file:

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)