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

This class is a pure virtual class that all segmented great circle arc models must implement. More...

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

List of all members.

Public Member Functions

 Dt3DGreatCircleArcModel (DtDe &de, DtUniqueID id)
 Constructor.
virtual ~Dt3DGreatCircleArcModel ()
 Destructor.
virtual void setMaxSubdivisions (int subDivisions)=0
 The maximum number of subdivisions that will be created when implementing curvature.
virtual void setPreferredSubdivisionSize (double size)=0
 The preferred size of curvature-related subdivisions.
virtual void setHeightScale (double heightScale)=0
 This scales the arc height of segments to the arcLength of the segment times the heightScale value.

Detailed Description

This class is a pure virtual class that all segmented great circle arc models must implement.


Constructor & Destructor Documentation

Constructor.

Destructor.


Member Function Documentation

virtual void makVrv::Dt3DGreatCircleArcModel::setMaxSubdivisions ( int  subDivisions) [pure virtual]

The maximum number of subdivisions that will be created when implementing curvature.

Implemented in makVrv::DtOsg3DGreatCircleArcModel.

virtual void makVrv::Dt3DGreatCircleArcModel::setPreferredSubdivisionSize ( double  size) [pure virtual]

The preferred size of curvature-related subdivisions.

This will only be honored up to the point at which it causes maxSubdivisions to be exceeded

Implemented in makVrv::DtOsg3DGreatCircleArcModel.

virtual void makVrv::Dt3DGreatCircleArcModel::setHeightScale ( double  heightScale) [pure virtual]

This scales the arc height of segments to the arcLength of the segment times the heightScale value.

Implemented in makVrv::DtOsg3DGreatCircleArcModel.


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)