VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties 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 }
The feature layer is a type of terrain layer which contains features, such as points, lines, areas, and props created from them.
Definition: DtFeatureLayer.h:28
The creator class responsible for creating a DtFeatureAdder.
Definition: DtFeatureAdder.h:44
Definition: networkNode.h:38
Contains DLL export macros.
Contains makVrv::DtFeatureAdder class.
This class is responsible for creating a DtTdbFeatureAdder.
Definition: DtTdbFeatureAdder.h:61
Definition: networkEdge.h:28
#define DT_DLL_VRVTERRAIN
Definition: vrvTerrain.h:19
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
This class is responsible for creating feature elements on a feature level for all features stored in...
Definition: DtTdbFeatureAdder.h:27
The feature adder class provides a generic method for adding feature elements to a feature layer...
Definition: DtFeatureAdder.h:24
Definition: vectorNetwork.h:37

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)