![]() |
VR-Forces 4.5 Class Documentation
|
DtMetaFlightHeaderParser parses coordinate system info from MetaFlight files. More...

Public Member Functions | |
| DtMetaFlightHeaderParser (const std::string &filePath) | |
| CTOR. | |
| virtual | ~DtMetaFlightHeaderParser () |
| 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. | |
Additional Inherited Members | |
Public Types inherited from makVrv::DtHeaderParser | |
| typedef std::list < makArchives::DtTerrainPatchRecord > | TerrainPatchRecords |
Protected Attributes inherited from makVrv::DtHeaderParser | |
| std::string | myFilePath |
| std::string | myTerrainCoordinateSystem |
| std::string | myTerrainCoordinateSystemParameters |
| TerrainPatchRecords | myTerrainPatchRecords |
DtMetaFlightHeaderParser parses coordinate system info from MetaFlight files.
| makVrv::DtMetaFlightHeaderParser::DtMetaFlightHeaderParser | ( | 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.