11 #include <osgEarth/TileHandler>
31 class DtOsgEarthCache;
32 class DtObserverObject;
47 virtual void setMinRangeFactor(
float min_range_factor);
54 virtual bool handleTile(
const osgEarth::TileKey& key,
const osgEarth::TileVisitor& tv);
58 virtual bool hasData(
const osgEarth::TileKey& key)
const;
62 virtual void setDatabasePager(osgDB::DatabasePager* databasePager);
72 virtual void moveCameraToTile(
const osgEarth::TileKey& key);
int myTotalTiles
Definition: DtOsgEarthCacheTileHandler.h:88
Virtual base class. Allows for RTTI and proper virtual destruction. Used by Creators, Factories, Providers, Assemblers and User Interfaces.
Definition: DtVirtualBaseClass.h:19
bool myFirstTile
Definition: DtOsgEarthCacheTileHandler.h:87
#define DT_DLL_VRVOSGEARTH
Definition: vrvOsgEarth.h:21
DtOsgEarthCache.
Definition: DtOsgEarthCache.h:36
float myWaitTime
Definition: DtOsgEarthCacheTileHandler.h:89
Contains makVrv::DtVirtualBaseClass class.
DtOsgEarthCacheTileHandler.
Definition: DtOsgEarthCacheTileHandler.h:37
This abstract base class defines the interface for OS-specific keyboard and mouse event listeners...
Definition: DtObserverObject.h:35
osg::ref_ptr< osgDB::DatabasePager > myDatabasePager
Definition: DtOsgEarthCacheTileHandler.h:84
float myMinRangeFactor
Definition: DtOsgEarthCacheTileHandler.h:86
DtObserverObject * myObserverObject
Definition: DtOsgEarthCacheTileHandler.h:83
DtOsgEarthCache * myOsgEarthCache
Definition: DtOsgEarthCacheTileHandler.h:85
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:76
Contains DLL export macros.
Creator for the DtOsgEarthCacheTileHandler.
Definition: DtOsgEarthCacheTileHandler.h:94