VR-Forces 4.3.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DtTdbFeatureAdder.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2010 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: $ $Revision: $ $State: $
7 ******************************************************************************/
8 
12 
13 #pragma once
14 
15 #include <vrvTerrain/vrvTerrain.h>
16 #include <vrvCore/DtFeatureAdder.h>
17 
18 class DtVectorNetwork;
19 class DtNetworkNode;
20 class DtNetworkEdge;
21 
22 namespace makVrv
23 {
28  {
29  public:
30 
33 
35  virtual ~DtTdbFeatureAdder();
36 
39  virtual void addFeatures( DtFeatureLayer& terrainLayer);
40 
41  protected:
42 
43  virtual void addFeaturesFromVectorNetwork( const DtVectorNetwork& vecnet,
44  DtFeatureLayer& terrainLayer );
45 
47  virtual void addPoint(const DtNetworkNode& node, DtFeatureLayer& terrainLayer);
48 
50  virtual void addLinear(const DtNetworkEdge& edge, DtFeatureLayer& terrainLayer);
51 
53  void addArea( const DtNetworkEdge& edge, DtFeatureLayer& terrainLayer );
54 
55  };
56 
62  {
63  public:
64 
67 
69  virtual ~DtTdbFeatureAdderCreator();
70 
72  virtual DtFeatureAdder* create(DtDe&);
73  };
74 }

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)