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

Public Member Functions | |
| DtOpenFlightHeaderParser (const std::string &filePath) | |
| CTOR. | |
| virtual | ~DtOpenFlightHeaderParser () |
| 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 | parseOpenFlightHeader (const OpenflightHeader &header) |
| Returns true if the header was successfully parsed. | |
DtOpenFlightHeaderParser parses coordinate system info from openFlight files.
| makVrv::DtOpenFlightHeaderParser::DtOpenFlightHeaderParser | ( | const std::string & | filePath | ) |
CTOR.
| virtual makVrv::DtOpenFlightHeaderParser::~DtOpenFlightHeaderParser | ( | ) | [virtual] |
DTOR.
| virtual bool makVrv::DtOpenFlightHeaderParser::isValid | ( | ) | [virtual] |
Returns true if the file was loaded and produced acceptable coordinate system information and origin information.
Implements makVrv::DtHeaderParser.
| virtual bool makVrv::DtOpenFlightHeaderParser::parseOpenFlightHeader | ( | const OpenflightHeader & | header | ) | [protected, virtual] |
Returns true if the header was successfully parsed.