![]() |
VR-Forces Development_Version Class Documentation
|
DtMetaFileHeaderParser parses coordinate system info from meta files. More...

Public Member Functions | |
| DtMetaFileHeaderParser (DtDe &de, const std::string &filePath) | |
| CTOR. | |
| virtual | ~DtMetaFileHeaderParser () |
| DTOR. | |
| virtual bool | isValid () |
| Returns true if the file was loaded and produced acceptable coordinate system information and origin information. | |
Public Member Functions inherited from makVrv::DtHeaderParser | |
| DtHeaderParser (const std::string &filePath) | |
| CTOR. | |
| virtual | ~DtHeaderParser () |
| DTOR. | |
| virtual const std::string & | terrainCoordinateSystem () |
| Returns the terrain coordinate system parameter for use in creation of a model definition. | |
| virtual const std::string & | terrainCoordinateSystemParameters () |
| Returns the terrain Coordinate System Parameters for use in creation of a model definition. | |
| virtual const std::string & | filePath () |
| Returns myFilePath. | |
| const TerrainPatchRecords & | terrainPatchRecords () const |
| TerrainPatchRecords accessor. | |
Protected Member Functions | |
| std::string | dataFileNameFromMetaFile (const std::string &name) const |
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 |
DtMetaFileHeaderParser parses coordinate system info from meta files.
| makVrv::DtMetaFileHeaderParser::DtMetaFileHeaderParser | ( | 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.
Implements makVrv::DtHeaderParser.
|
protected |
|
protected |