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

Dt3DLineModel extends the DtLineModel interface to include operations only appropriate for 3D lines. More...

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

List of all members.

Public Member Functions

 Dt3DLineModel (DtDe &de, DtUniqueID id)
 CTOR.
 ~Dt3DLineModel ()
 DTOR.
virtual void setStopOnTerrainIntersection (bool enabled)=0
 Set whether or not the line stops at the first terrain intersection.
virtual void setOcclusionEnabled (bool enabled)=0
 Turn on or off occlusion of the line by other objects; default is true.
virtual void setPickable (bool pickable)=0
 Turn on or off the ability to pick the line. Off by default.

Detailed Description

Dt3DLineModel extends the DtLineModel interface to include operations only appropriate for 3D lines.


Constructor & Destructor Documentation

CTOR.

DTOR.


Member Function Documentation

virtual void makVrv::Dt3DLineModel::setStopOnTerrainIntersection ( bool  enabled) [pure virtual]

Set whether or not the line stops at the first terrain intersection.

Implemented in makVrv::DtOsgExtrudedLineModel.

virtual void makVrv::Dt3DLineModel::setOcclusionEnabled ( bool  enabled) [pure virtual]

Turn on or off occlusion of the line by other objects; default is true.

Implemented in makVrv::DtOsgExtrudedLineModel.

virtual void makVrv::Dt3DLineModel::setPickable ( bool  pickable) [pure virtual]

Turn on or off the ability to pick the line. Off by default.

Implemented in makVrv::DtOsgExtrudedLineModel.


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)