VR-Forces 4.3.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator 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>
18 #include "shape/shapeVectorInitializer.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:
53  DtTdbManager* myTdbManager;
54 };
55 

Document ID: Generated on Wed Jul 29 00:55:00 EDT 2015 from SVN revision 155257
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)