![]() |
VR-Forces 4.0.4 Class Documentation
|
DtTerrainToolkitHeaderParser tries to find the 3d Window record in a .mtd or .mtp file. More...

Public Member Functions | |
| DtTerrainProjectHeaderParser (DtDe &de, const std::string &filePath) | |
| CTOR. | |
| virtual | ~DtTerrainProjectHeaderParser () |
| DTOR. | |
| virtual bool | isValid () |
| Returns true if the file was loaded and produced acceptable coordinate system information and origin information. | |
Protected Member Functions | |
| virtual bool | getView3DFilename (std::string &fileNameOut) |
| Return true if getView3DFilename() was successful and filled out fileNameOut with tthe filename in the .mtd or .mtp file. | |
Protected Attributes | |
| DtDe & | myDe |
DtTerrainToolkitHeaderParser tries to find the 3d Window record in a .mtd or .mtp file.
It otherwise passes parsing up to DtTerrainToolkitHeaderParser
| makVrv::DtTerrainProjectHeaderParser::DtTerrainProjectHeaderParser | ( | DtDe & | de, |
| const std::string & | filePath | ||
| ) |
CTOR.
| virtual makVrv::DtTerrainProjectHeaderParser::~DtTerrainProjectHeaderParser | ( | ) | [virtual] |
DTOR.
| virtual bool makVrv::DtTerrainProjectHeaderParser::isValid | ( | ) | [virtual] |
Returns true if the file was loaded and produced acceptable coordinate system information and origin information.
Reimplemented from makVrv::DtTerrainToolkitHeaderParser.
| virtual bool makVrv::DtTerrainProjectHeaderParser::getView3DFilename | ( | std::string & | fileNameOut | ) | [protected, virtual] |
Return true if getView3DFilename() was successful and filled out fileNameOut with tthe filename in the .mtd or .mtp file.
DtDe& makVrv::DtTerrainProjectHeaderParser::myDe [protected] |