![]() |
VR-Forces 5.0.2 Developer's Guide
|
DtTerrainToolkitHeaderParser tries to find the 3d Window record in a .mtd or .mtp file. It otherwise passes parsing up to DtTerrainToolkitHeaderParser.

Public Member Functions | |
| DtTerrainProjectHeaderParser (DtDe &de, const std::string &filePath) | |
| virtual | ~DtTerrainProjectHeaderParser () |
| virtual bool | isValid () |
Public Member Functions inherited from makVrv::DtTerrainToolkitHeaderParser | |
| DtTerrainToolkitHeaderParser (const std::string &filePath) | |
| virtual | ~DtTerrainToolkitHeaderParser () |
Public Member Functions inherited from makVrv::DtHeaderParser | |
| DtHeaderParser (const std::string &filePath) | |
| virtual | ~DtHeaderParser () |
| virtual const std::string & | terrainCoordinateSystem () |
| virtual const std::string & | terrainCoordinateSystemParameters () |
| virtual const std::string & | filePath () |
| const TerrainPatchRecords & | terrainPatchRecords () const |
| TerrainPatchRecords & | terrainPatchRecords () |
Protected Member Functions | |
| virtual bool | getView3DFilename (std::string &fileNameOut) |
Protected Attributes | |
| DtDe & | myDe |
Protected Attributes inherited from makVrv::DtHeaderParser | |
| std::string | myFilePath |
| std::string | myTerrainCoordinateSystem |
| std::string | myTerrainCoordinateSystemParameters |
| TerrainPatchRecords | myTerrainPatchRecords |
Additional Inherited Members | |
Public Types inherited from makVrv::DtHeaderParser | |
| typedef std::list < makArchives::DtTerrainPatchRecord > | TerrainPatchRecords |
| makVrv::DtTerrainProjectHeaderParser::DtTerrainProjectHeaderParser | ( | DtDe & | de, |
| const std::string & | filePath | ||
| ) |
CTOR.
|
virtual |
DTOR.
|
virtual |
Returns true if the file was loaded and produced acceptable coordinate system information and origin information.
Reimplemented from makVrv::DtTerrainToolkitHeaderParser.
|
protectedvirtual |
Return true if getView3DFilename() was successful and filled out fileNameOut with tthe filename in the .mtd or .mtp file.
|
protected |