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

Distributed model for drawing rectangles on the overlay layer. More...

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

List of all members.

Public Member Functions

 DtOverlayRectangleModel (DtDe &de, DtUniqueID id)
 CTOR.
virtual ~DtOverlayRectangleModel ()
 DTOR.
virtual void setDimensions (double width, double length, double altOffset)=0
 Sets the dimensions of the model.
virtual void removePoint (int index)
 Overridden to allow setDimensions to handle point manipulation.
virtual void addPoint (const DtVector &point, int index)
 Add a new point to the line at the specified index, or, at the end if index is -1.
virtual void setOrientation (const DtTaitBryan &ori)
 Sets the orientation of the rectangle.

Detailed Description

Distributed model for drawing rectangles on the overlay layer.


Constructor & Destructor Documentation

CTOR.

DTOR.


Member Function Documentation

virtual void makVrv::DtOverlayRectangleModel::setDimensions ( double  width,
double  length,
double  altOffset 
) [pure virtual]

Sets the dimensions of the model.

Implemented in makVrv::DtOsgOverlayRectangleModel.

virtual void makVrv::DtOverlayRectangleModel::removePoint ( int  index) [virtual]

Overridden to allow setDimensions to handle point manipulation.

Implements makVrv::DtPolygonModel.

virtual void makVrv::DtOverlayRectangleModel::addPoint ( const DtVector point,
int  index 
) [virtual]

Add a new point to the line at the specified index, or, at the end if index is -1.

Implements makVrv::DtPolygonModel.

virtual void makVrv::DtOverlayRectangleModel::setOrientation ( const DtTaitBryan &  ori) [virtual]

Sets the orientation of the rectangle.

Reimplemented in makVrv::DtOsgOverlayRectangleModel.


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)