![]() |
VR-Forces 5.0.2 Developer's Guide
|
Utility class which loads feature data from a .mtf file into a DtVectorNetwork that is usable by the VR-Forces Sim Engine.
Public Member Functions | |
| DtFeatureDataLoader () | |
| virtual | ~DtFeatureDataLoader () |
| virtual DtTerrainDatabase * | loadFeatureData (const DtString &mtfFilename, const makVrv::DtDePathConfiguration &pathConfig, const Coordinate_System *coordSys) |
Protected Member Functions | |
| virtual void | exportVectorNetwork (const DtVectorNetwork &net) |
Protected Attributes | |
| DtTdbManager * | myTdbManager |
| DtFeatureDataLoader::DtFeatureDataLoader | ( | ) |
|
virtual |
|
virtual |
Loads each feature layer specified in the .mtf file that is passed in. Returns a new DtTerrainDatabase instance that contains this data in the coodinate system specified.
|
protectedvirtual |
Exports the contents of the vector network to a CSV for debugging.
|
protected |