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

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

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

List of all members.

Public Member Functions

 DtOverlayGreatCircleArcModel (DtDe &de, DtUniqueID id)
 Constructor.
virtual ~DtOverlayGreatCircleArcModel ()
 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 overlay great circle arc models must implement.


Constructor & Destructor Documentation

Constructor.

Destructor.


Member Function Documentation

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

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

Implemented in makVrv::DtOsgOverlayGreatCircleArcModel.

virtual void makVrv::DtOverlayGreatCircleArcModel::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::DtOsgOverlayGreatCircleArcModel.

virtual void makVrv::DtOverlayGreatCircleArcModel::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::DtOsgOverlayGreatCircleArcModel.


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)