VR-Forces 4.1.1 Class Documentation
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/shapeVectorInit.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 

Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)