![]() |
VR-Forces 4.10 Class Documentation
|
/brief This class is responsible for importing VPF data into our internal vector network format. More...

Public Member Functions | |
| DtVmapReader () | |
| Default constructor. More... | |
| virtual | ~DtVmapReader () |
| Destructor. More... | |
| virtual bool | importVectorData (const DtFilename &path, DtTerrainDatabase *terrain, DtVectorDataInitializer *myInit) |
| /brief Imports VPF data into the specified terrain database, using the specifiedpath and initialization parameters. More... | |
| virtual DtString | dataType () |
| returns the data type of this reader More... | |
Public Member Functions inherited from DtVectorDataReader | |
| DtVectorDataReader () | |
| virtual | ~DtVectorDataReader () |
| virtual DtTerrainDatabase * | terrainDb () |
| virtual int | optionalFileFlags (const DtFilename &filename) |
Static Public Member Functions | |
| static DtVectorDataReader * | create () |
| a static function that returns a new instance of a DtVmapDataReader class More... | |
Protected Member Functions | |
| virtual bool | importFeatures (DtVectorNetwork &data, DtVmapInitializer *init) |
| imports the features that are loaded into the GDB vector network More... | |
Protected Member Functions inherited from DtVectorDataReader | |
| virtual void | init (DtTerrainDatabase *terrain) |
| virtual bool | postProcessVectorData (DtVectorNetwork *&unprocessedVectorNetwork, DtVectorDataInitializer &vectorInitializer) |
| virtual bool | clipVectorData (DtVectorNetwork &unclippedVectorNetwork, DtVectorNetwork &clippedVectorNetwork) |
Private Member Functions | |
| DtVmapReader (const DtVmapReader &input) | |
| Copy constructor is private to prevent copying. More... | |
| DtVmapReader & | operator= (const DtVmapReader &input) |
| Assignment operator is private to prevent copying. More... | |
Additional Inherited Members | |
Protected Attributes inherited from DtVectorDataReader | |
| DtTerrainDatabase * | myTerrainDatabase |
/brief This class is responsible for importing VPF data into our internal vector network format.
|
private |
Copy constructor is private to prevent copying.
| DtVmapReader::DtVmapReader | ( | ) |
Default constructor.
|
virtual |
Destructor.
|
private |
Assignment operator is private to prevent copying.
|
virtual |
/brief Imports VPF data into the specified terrain database, using the specifiedpath and initialization parameters.
Implements DtVectorDataReader.
|
virtual |
returns the data type of this reader
Implements DtVectorDataReader.
|
static |
a static function that returns a new instance of a DtVmapDataReader class
|
protectedvirtual |
imports the features that are loaded into the GDB vector network