VR-Forces 5.0.1 Developer's Guide
 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.

Public Member Functions

virtual bool processIndex (const DtString &name)
 
virtual bool process (const osgEarth::TileKey &key)
 
virtual bool traverse (const osgEarth::TileKey &key)
 
virtual void tileWritten (const osgEarth::TileKey &key, double min, double max)
 

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 Mon Jun 20 00:38:30 EDT 2022 from SVN revision 244029
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)