![]() |
VR-Forces 4.8 Class Documentation
|
Interface for allowing users to monitor/control the indexing process. More...
Public Member Functions | |
| virtual bool | processIndex (const DtString &name) |
| Filter which indices to process. More... | |
| virtual bool | process (const osgEarth::TileKey &key) |
| Return true to store min/max values for this tile. More... | |
| virtual bool | traverse (const osgEarth::TileKey &key) |
| Return true to traverse the children of this tile. More... | |
| virtual void | tileWritten (const osgEarth::TileKey &key, double min, double max) |
| Called when a tile is written. More... | |
Interface for allowing users to monitor/control the indexing process.
Filter which indices to process.
|
inlinevirtual |
Return true to store min/max values for this tile.
|
inlinevirtual |
Return true to traverse the children of this tile.
|
inlinevirtual |
Called when a tile is written.