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

Public Member Functions | |
| DtStealthMtlHeaderParser (const std::string &filePath) | |
| CTOR. More... | |
| virtual | ~DtStealthMtlHeaderParser () |
| 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 const accessor. More... | |
| TerrainPatchRecords & | terrainPatchRecords () |
| TerrainPatchRecords accessor. More... | |
Protected Member Functions | |
| void | addTerrainPatchRecord (const std::string &filename) |
| Helper function that turns a filename into a DtTerrainPatchRecord. 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 |
DtStealthMtlHeaderParser parses coordinate system info and file lists from mtl files.
| makVrv::DtStealthMtlHeaderParser::DtStealthMtlHeaderParser | ( | 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.
|
protected |
Helper function that turns a filename into a DtTerrainPatchRecord.