![]() |
VR-Forces Developer's Guide
|
Generic interface for reading from index.
Public Member Functions | |
| virtual | ~IndexInputInterface () |
| virtual bool | read (unsigned &lod, unsigned &x, unsigned &y, double &min, double &max, bool &valid)=0 |
Static Public Member Functions | |
| static std::unique_ptr < IndexInputInterface > | Create (const DtFilename &) |
|
virtual |
|
static |
Factory function.
|
pure virtual |