![]() |
VR-Forces Developer's Guide
|
DtOsgEarthHeaderParser parses coordinate system info from osgEarth file.

Public Member Functions | |
| virtual | ~DtOsgEarthHeaderParser () |
| virtual bool | isValid () |
Public Member Functions inherited from makVrv::DtHeaderParser | |
| DtHeaderParser (const std::string &filePath) | |
| virtual | ~DtHeaderParser () |
| virtual const std::string & | terrainCoordinateSystem () |
| virtual const std::string & | terrainCoordinateSystemParameters () |
| virtual const std::string & | filePath () |
| const TerrainPatchRecords & | terrainPatchRecords () const |
| TerrainPatchRecords & | terrainPatchRecords () |
Protected Member Functions | |
| DtOsgEarthHeaderParser (const std::string &filePath) | |
Private Member Functions | |
| DtOsgEarthHeaderParser () | |
Friends | |
| class | DtOsgEarthHeaderParserCreator |
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 |
|
virtual |
DTOR.
|
protected |
Protected Constructor. Use DtOsgEarthHeaderParserCreator to create instances of this class.
|
private |
Private default constructor.
|
virtual |
Returns true if the file was loaded and produced acceptable coordinate system information and origin information.
Implements makVrv::DtHeaderParser.
|
friend |