VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtFeatureAdder.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 #include <vrvCore/vrvCore.h>
16 
17 namespace makVrv
18 {
19  class DtFeatureLayer;
20 
25  {
26  public:
28  DtFeatureAdder(DtDe& de);
29 
31  virtual ~DtFeatureAdder();
32 
35  virtual void addFeatures( DtFeatureLayer& terrainLayer) = 0;
36 
37  protected:
38 
40  };
41 
45  {
46  public:
47 
49  static DtFeatureAdderCreator& instance(DtDe& de);
50 
53  static void registerInstance(DtDe& de,DtFeatureAdderCreator* creator);
54 
57  virtual DtFeatureAdder* create(DtDe& de);
58 
60  virtual ~DtFeatureAdderCreator();
61 
62  protected:
63 
66  };
67 }
68 
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
Virtual base class.
Definition: DtVirtualBaseClass.h:22
The creator class responsible for creating a DtFeatureAdder.
Definition: DtFeatureAdder.h:44
DtDe & myDe
Definition: DtFeatureAdder.h:39
Contains makVrv::DtVirtualBaseClass class.
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
The feature adder class provides a generic method for adding feature elements to a feature layer...
Definition: DtFeatureAdder.h:24
Contains DLL export macros.

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)