![]() |
VR-Forces 4.8 Class Documentation
|
DtOpenFlightHeaderParser parses coordinate system info from openFlight files. More...

Public Member Functions | |
| DtOpenFlightHeaderParser (const std::string &filePath) | |
| CTOR. More... | |
| virtual | ~DtOpenFlightHeaderParser () |
| DTOR. More... | |
| virtual bool | isValid () |
| Returns true if the file was loaded and produced acceptable coordinate system information and origin information. More... | |
Public Member Functions inherited from makVrv::DtHeaderParser | |
| DtHeaderParser (const std::string &filePath) | |
| CTOR. More... | |
| virtual | ~DtHeaderParser () |
| DTOR. More... | |
| virtual const std::string & | terrainCoordinateSystem () |
| Returns the terrain coordinate system parameter for use in creation of a model definition. More... | |
| virtual const std::string & | terrainCoordinateSystemParameters () |
| Returns the terrain Coordinate System Parameters for use in creation of a model definition. More... | |
| virtual const std::string & | filePath () |
| Returns myFilePath. More... | |
| const TerrainPatchRecords & | terrainPatchRecords () const |
| TerrainPatchRecords accessor. More... | |
Protected Member Functions | |
| virtual bool | parseOpenFlightHeader (const OpenflightHeader &header) |
| Returns true if the header was successfully parsed. More... | |
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 |
DtOpenFlightHeaderParser parses coordinate system info from openFlight files.
| makVrv::DtOpenFlightHeaderParser::DtOpenFlightHeaderParser | ( | 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.
|
protectedvirtual |
Returns true if the header was successfully parsed.