![]() |
VR-Forces 4.0.4 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. | |
DtMetaFlightHeaderParser parses coordinate system info from MetaFlight files.
| makVrv::DtMetaFlightHeaderParser::DtMetaFlightHeaderParser | ( | const std::string & | filePath | ) |
CTOR.
| virtual makVrv::DtMetaFlightHeaderParser::~DtMetaFlightHeaderParser | ( | ) | [virtual] |
DTOR.
| virtual bool makVrv::DtMetaFlightHeaderParser::isValid | ( | ) | [virtual] |
Returns true if the file was loaded and produced acceptable coordinate system information and origin information.
Implements makVrv::DtHeaderParser.