VR-Forces 4.5 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DtArealFeature.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>
15 #include <vrvCore/DtEdgeFeature.h>
16 
17 namespace makVrv
18 {
21  {
22  public:
23  friend class DtFeatureSet;
24 
25 
26  std::string generateDisplayName() const;
27 
28  protected:
29 
32  DtArealFeature(DtElementID elementId, DFAD::FeatureID featureID,
33  const DtFaccCode& feautureCode, unsigned int sourceId = 0 );
34 
37  virtual ~DtArealFeature();
38  };
39 }
40 

Document ID: Generated on Thu Mar 23 18:54:12 EDT 2017 from SVN revision 174804
Copyright © 2005-2017 VT MÄK. All Rights Reserved (www.mak.com)