VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions
IndexInterface Class Reference

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...
 

Detailed Description

Interface for allowing users to monitor/control the indexing process.

Member Function Documentation

virtual bool IndexInterface::processIndex ( const DtString name)
inlinevirtual

Filter which indices to process.

virtual bool IndexInterface::process ( const osgEarth::TileKey &  key)
inlinevirtual

Return true to store min/max values for this tile.

virtual bool IndexInterface::traverse ( const osgEarth::TileKey &  key)
inlinevirtual

Return true to traverse the children of this tile.

virtual void IndexInterface::tileWritten ( const osgEarth::TileKey &  key,
double  min,
double  max 
)
inlinevirtual

Called when a tile is written.


The documentation for this class was generated from the following file:

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)