VR-Forces 5.0.1 Developer's Guide
 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 
9 
10 #pragma once
11 
12 #include <vrvTerrain/vrvTerrain.h>
13 #include <vrvCore/DtFeatureAdder.h>
14 
15 class DtVectorNetwork;
16 class DtNetworkNode;
17 class DtNetworkEdge;
18 
19 namespace makVrv
20 {
25  {
26  public:
27 
30 
32  virtual ~DtTdbFeatureAdder();
33 
36  virtual void addFeatures( DtFeatureLayer& terrainLayer);
37 
38  protected:
39 
40  virtual void addFeaturesFromVectorNetwork( const DtVectorNetwork& vecnet,
41  DtFeatureLayer& terrainLayer );
42 
44  virtual void addPoint(const DtNetworkNode& node, DtFeatureLayer& terrainLayer);
45 
47  virtual void addLinear(const DtNetworkEdge& edge, DtFeatureLayer& terrainLayer);
48 
50  void addArea( const DtNetworkEdge& edge, DtFeatureLayer& terrainLayer );
51 
52  };
53 
59  {
60  public:
61 
64 
66  virtual ~DtTdbFeatureAdderCreator();
67 
69  virtual DtFeatureAdder* create(DtDe&);
70  };
71 }
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:25
The creator class responsible for creating a DtFeatureAdder.
Definition: DtFeatureAdder.h:41
Definition: networkNode.h:38
Contains DLL export macros.
Contains makVrv::DtFeatureAdder class.
This class is responsible for creating a DtTdbFeatureAdder. The vrvTerrain module replaces the DtFeat...
Definition: DtTdbFeatureAdder.h:58
Definition: networkEdge.h:28
#define DT_DLL_VRVTERRAIN
Definition: vrvTerrain.h:19
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:70
This class is responsible for creating feature elements on a feature level for all features stored in...
Definition: DtTdbFeatureAdder.h:24
The feature adder class provides a generic method for adding feature elements to a feature layer...
Definition: DtFeatureAdder.h:21
Definition: vectorNetwork.h:37

Document ID: Generated on Mon Jun 20 00:38:30 EDT 2022 from SVN revision 244029
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)