![]() |
VR-Forces 4.0.4 Class Documentation
|
Utility class which loads feature data from a .mtf file into a DtVectorNetwork that is usable by the VR-Forces Sim Engine. More...
Public Member Functions | |
| DtFeatureDataLoader () | |
| virtual | ~DtFeatureDataLoader () |
| virtual DtTerrainDatabase * | loadFeatureData (const DtString &mtfFilename, const makVrv::DtDePathConfiguration &pathConfig, const Coordinate_System *coordSys) |
| Loads each feature layer specified in the .mtf file that is passed in. | |
Protected Member Functions | |
| virtual void | exportVectorNetwork (const DtVectorNetwork &net) |
| Exports the contents of the vector network to a CSV for debugging. | |
Protected Attributes | |
| DtTdbManager * | myTdbManager |
Utility class which loads feature data from a .mtf file into a DtVectorNetwork that is usable by the VR-Forces Sim Engine.
| virtual DtFeatureDataLoader::~DtFeatureDataLoader | ( | ) | [virtual] |
| virtual DtTerrainDatabase* DtFeatureDataLoader::loadFeatureData | ( | const DtString & | mtfFilename, |
| const makVrv::DtDePathConfiguration & | pathConfig, | ||
| const Coordinate_System * | coordSys | ||
| ) | [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.
| virtual void DtFeatureDataLoader::exportVectorNetwork | ( | const DtVectorNetwork & | net | ) | [protected, virtual] |
Exports the contents of the vector network to a CSV for debugging.
DtTdbManager* DtFeatureDataLoader::myTdbManager [protected] |