![]() |
VR-Forces 4.0.4 Class Documentation
|
DtStealthMtlHeaderParser parses coordinate system info and file lists from mtl files. More...

Public Member Functions | |
| DtStealthMtlHeaderParser (const std::string &filePath) | |
| CTOR. | |
| virtual | ~DtStealthMtlHeaderParser () |
| DTOR. | |
| virtual bool | isValid () |
| Returns true if the file was loaded and produced acceptable coordinate system information and origin information. | |
Protected Member Functions | |
| void | addTerrainPatchRecord (const std::string &filename) |
| Helper function that turns a filename into a DtTerrainPatchRecord. | |
DtStealthMtlHeaderParser parses coordinate system info and file lists from mtl files.
| makVrv::DtStealthMtlHeaderParser::DtStealthMtlHeaderParser | ( | const std::string & | filePath | ) |
CTOR.
| virtual makVrv::DtStealthMtlHeaderParser::~DtStealthMtlHeaderParser | ( | ) | [virtual] |
DTOR.
| virtual bool makVrv::DtStealthMtlHeaderParser::isValid | ( | ) | [virtual] |
Returns true if the file was loaded and produced acceptable coordinate system information and origin information.
Implements makVrv::DtHeaderParser.
| void makVrv::DtStealthMtlHeaderParser::addTerrainPatchRecord | ( | const std::string & | filename | ) | [protected] |
Helper function that turns a filename into a DtTerrainPatchRecord.