![]() |
VR-Forces Developer's Guide
|
Generic interface for writing to index.
Public Member Functions | |
| virtual | ~IndexOutputInterface () |
| virtual void | write (const osgEarth::TileKey &tile, double min, double max, bool valid)=0 |
Static Public Member Functions | |
| static std::auto_ptr < IndexOutputInterface > | Create (const DtFilename &, unsigned precision) |
|
virtual |
|
static |
Factory function. Precision is only used for text archives.
|
pure virtual |