28 virtual int type()
const override;
30 virtual void setChord(
const DtChord& chord);
31 virtual const DtChord& chord()
const;
NOTE: This entire class is deprecated, in favor of Dt3dChord.
Definition: chord.h:40
virtual int type() const =0
A terrain preload geometry which defines the preload area to be along a given chord.
Definition: terrainPreloadChord.h:19
DtTerrainPreloadGeometry & operator=(const DtTerrainPreloadGeometry &orig)
#define DT_DLL_terrainInterface
This file is used to determine how to build.
Definition: terrainInterfaceDefines.h:25
A DtChord is a finite line segment in 3-space, represented by two points. Data derived from the two e...
Abstract base class for defining geometric areas for preloading of terrain. Subclasses of this class ...
Definition: terrainPreloadGeometry.h:21
DtChord myChord
Definition: terrainPreloadChord.h:34