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

Public Member Functions | |
| DtVmapReader () | |
| Default constructor. | |
| virtual | ~DtVmapReader () |
| Destructor. | |
| 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. | |
| virtual DtString | dataType () |
| returns the data type of this reader | |
Static Public Member Functions | |
| static DtVectorDataReader * | create () |
| a static function that returns a new instance of a DtVmapDataReader class | |
Protected Member Functions | |
| virtual bool | importFeatures (DtVectorNetwork &data, DtVmapInitializer *init) |
| imports the features that are loaded into the GDB vector network | |
Private Member Functions | |
| DtVmapReader (const DtVmapReader &input) | |
| Copy constructor is private to prevent copying. | |
| DtVmapReader & | operator= (const DtVmapReader &input) |
| Assignment operator is private to prevent copying. | |
/brief This class is responsible for importing VPF data into our internal vector network format.
| DtVmapReader::DtVmapReader | ( | const DtVmapReader & | input | ) | [private] |
Copy constructor is private to prevent copying.
Default constructor.
| virtual DtVmapReader::~DtVmapReader | ( | ) | [virtual] |
Destructor.
| DtVmapReader& DtVmapReader::operator= | ( | const DtVmapReader & | input | ) | [private] |
Assignment operator is private to prevent copying.
| virtual bool DtVmapReader::importVectorData | ( | const DtFilename & | path, |
| DtTerrainDatabase * | terrain, | ||
| DtVectorDataInitializer * | myInit | ||
| ) | [virtual] |
/brief Imports VPF data into the specified terrain database, using the specifiedpath and initialization parameters.
Implements DtVectorDataReader.
| virtual DtString DtVmapReader::dataType | ( | ) | [virtual] |
returns the data type of this reader
Implements DtVectorDataReader.
| static DtVectorDataReader* DtVmapReader::create | ( | ) | [static] |
a static function that returns a new instance of a DtVmapDataReader class
| virtual bool DtVmapReader::importFeatures | ( | DtVectorNetwork & | data, |
| DtVmapInitializer * | init | ||
| ) | [protected, virtual] |
imports the features that are loaded into the GDB vector network