#include <terraindatareader.h>

Static Public Attributes | |
| static TerrainDataReaderException | DATA_RESOURCE_NOT_FOUND |
| Thrown when a particular data file was not found. | |
| static TerrainDataReaderException | COULD_NOT_READ_DATA |
| Thrown if an error was encountered while reading the terrain data. | |
| static TerrainDataReaderException | READER_PLUGIN_NOT_FOUND |
| Thrown if a third party data reader plugin could not be found. | |
Protected Member Functions | |
| TerrainDataReaderException (const std::string &name) | |
| Simple enumeration constructor. | |
| dtTerrain::TerrainDataReaderException::TerrainDataReaderException | ( | const std::string & | name | ) | [inline, protected] |
Simple enumeration constructor.
Thrown when a particular data file was not found.
Thrown if an error was encountered while reading the terrain data.
Thrown if a third party data reader plugin could not be found.