VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
featureDataLoader.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2010 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
10 
11 #pragma once
12 
14 #include <string>
15 #include <memory>
16 #include <list>
17 #include <vlutil/vlSmartPointers.h>
19 
20 class DtString;
21 class DtTdbMetafile;
22 class DtTerrainDatabase;
23 class DtTdbManager;
24 class Coordinate_System;
25 class DtFilename;
26 class DtVectorNetwork;
27 namespace makVrv
28 {
29  class DtDePathConfiguration;
30 }
31 
35 {
36 public:
38  virtual ~DtFeatureDataLoader();
39 
43  virtual DtTerrainDatabase* loadFeatureData(const DtString& mtfFilename,
44  const makVrv::DtDePathConfiguration& pathConfig,
45  const Coordinate_System* coordSys);
46 
47 protected:
49  virtual void exportVectorNetwork(const DtVectorNetwork& net);
50 
51 
52 protected:
54 };
55 
Definition: tdbMetafile.h:37
The DtTdbManager class is intended to be used as a single point of interface to a terrain database...
Definition: tdbManager.h:45
DtTdbManager * myTdbManager
Definition: featureDataLoader.h:53
The DtDePathConfiguration contains paths to various files, and can resolve the path macros ...
Definition: DtDePathConfiguration.h:23
Definition: coordSystem.h:54
Utility class which loads feature data from a .mtf file into a DtVectorNetwork that is usable by the ...
Definition: featureDataLoader.h:34
#define DT_DLL_vantageTerrainImplementation
This file is used to determine how to build.
Definition: vantageTerrainImplementationDefines.h:28
Definition: terrainDatabase.h:148
Definition: vectorNetwork.h:37

Document ID: Generated on Wed Mar 27 22:49:11 EDT 2024 from SVN revision 264633
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)