VR-Vantage API Documentation
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 


Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)