![]() |
VR-Forces Developer's Guide
|
Go to the source code of this file.
Namespaces | |
| makArchives | |
| MAKVRinTerra | |
| makVrv | |
Typedefs | |
| typedef void(* | DtCacheProgressCallbackFunction )(int requestId, int current, bool completed, double elapsedTime, void *usr) |
| typedef void(* | DtTerrainChangeNotificationCallbackFcn )(const DtTerrainChangeNotificationInfo &terrainChangeInfo, void *userData) |
| typedef boost::function< void(const makVrv::DtDynamicTerrainFeature &)> | DtDynamicTerrainQueryCallback |
| typedef DtStringKeyFactoryWithParam < DtTerrainImplementation, DtConsoleCommandManager * > | DtTerrainImplementationFactory |
| typedef DtTerrainImplementationFactory::DtCreatorFcn | DtTerrainImplementationCreatorFcn |
| typedef void(* DtCacheProgressCallbackFunction)(int requestId, int current, bool completed, double elapsedTime, void *usr) |
Callback for terrain caching.
| typedef void(* DtTerrainChangeNotificationCallbackFcn)(const DtTerrainChangeNotificationInfo &terrainChangeInfo, void *userData) |
Callback function for terrain change notifications.
| spatExtent | the spatial extents of the change in local coordinates |
| typedef boost::function<void (const makVrv::DtDynamicTerrainFeature&)> DtDynamicTerrainQueryCallback |
| typedef DtStringKeyFactoryWithParam<DtTerrainImplementation, DtConsoleCommandManager*> DtTerrainImplementationFactory |