Public Member Functions |
| | DtExtentTerrainImplementation (DtConsoleCommandManager *cmdMgr) |
| virtual | ~DtExtentTerrainImplementation () |
| virtual bool | loadTerrain (const makArchives::DtGenericTerrainRecord &record) |
| | Loads a terrain given the terrain record.
|
| virtual const Coordinate_System * | coordinateSystem () const |
| virtual bool | chordIntersect (const DtChord &chord, DtChordIntersectionRecord &record, DtIntersectionRecord::DtIntersectionType irtFlag=DtIntersectionRecord::INT_ALL_DATA, bool *dataAvailable=0, bool overrideBlockingAssert=false, int flags=0) const |
| | Returns topmost intersection of chord with terrain in record.
|
| virtual bool | allIntersectsAlongChord (const DtChord &chord, DtChordIntersectRecordList &intList, DtIntersectionRecord::DtIntersectionType irtFlag=DtIntersectionRecord::INT_ALL_DATA, bool *dataAvailable=0, bool overrideBlockingAssert=false, int flags=0) const |
| | Returns all intersections of chord with terrain.
|
virtual const
DtTerrainCapabilities * | terrainCapabilities () const |
| virtual void | processTrianglesInArea (DtTriangleCallbackFcn func, DtTriangleCallbackFinalizeFcn finalize, const DtTerrainProcessPolygonsBox &box, void *usr) |
| | DtTerrainImplementation (DtConsoleCommandManager *cmdManager) |
| virtual | ~DtTerrainImplementation () |
virtual
MAKVRinTerra::DtFeatureDatabase & | featureDatabase () |
| | Access feature database.
|
virtual const
MAKVRinTerra::DtFeatureDatabase & | featureDatabase () const |
virtual
MAKVRinTerra::DtFeatureContext & | featureContext () |
| | Access feature context.
|
virtual const
MAKVRinTerra::DtFeatureContext & | featureContext () const |
| virtual void | init () |
| | Called immediately after creation.
|
| virtual void | finishedLoading (const MAKVRinTerra::DtProj &proj) |
| | Called after terrain loaded successfully.
|
| virtual void | shutdown (bool block=true) |
| | Shutdown the terrain.
|
| virtual double | modelHeightDifferencesFromAppearances (int oldApp, int newApp) const |
| | If supported by the implementation, return the height difference from the currently loaded model as a transition from the old appearance to the new appearance.
|
| virtual bool | createFromExtent (const Dt3dBoundingVolume &) |
| | Creates an extent from the given extent. Not all implementations will support this.
|
| virtual bool | loadModel (const DtFilename &, const DtEntityType &t=DtEntityType()) |
| | Defaults to loading terrain for gdb.
|
| virtual DtTerrainInterfaceConfig & | configurationOptions () |
virtual const
DtTerrainInterfaceConfig & | configurationOptions () const |
| virtual void | preloadTerrainAreas (const DtTerrainPagingGeometryList &preloadGeometry) |
| | Specifies a list of terrain areas that should be preloaded by the terrain implementation, in the case of a paging or streaming terrain source.
|
| virtual void | setIntersectDataLoadExpireTime (const double &expireTime) |
| | No-op.
|
| virtual void | expireDataLoadRequestsBeforeTime (const double ¤tTime) |
| | No-op.
|
| virtual void | processTrianglesInArea (DtTriangleCallbackFcn func, DtTriangleCallbackFinalizeFcn finalize, DtTerrainProcessPolygonsBox &box, void *usr) const |
| virtual void | breakUpChords (const MAKVRinTerra::DtProj &, const DtChord &chord, std::vector< DtChord > &chords) |
| virtual bool | hasFeatureContext () const |
| | Returns true if there is an active feature context.
|
| virtual void | setAssertOnBlockingTerrainCalls (bool assertBlock) |
| | Determines if an exception should be thrown if a blocking terrain call is made.
|
| virtual bool | assertOnBlockingTerrainCalls () const |
| | Determines if an exception should be thrown if a blocking terrain call is made.
|
| virtual void | setWarnOnBlockingTerrainCalls (bool warnBlock) |
| | Determines if a warning should be printed out if a blocking terrain call is made.
|
| virtual bool | warnOnBlockingTerrainCalls () const |
| | Determines if a warning should be printed out if a blocking terrain call is made.
|