VR-Forces 5.0.3 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
dfadArealFeature.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2003 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: dfad_areal.h,v $ $Revision: 1.5 $ $State: Exp $
7 *******************************************************************************/
8 
9 //
10 // Defines a Areal dfad feature
11 //
12 
13 #ifndef __DFADAreal
14 #define __DFADAreal
15 
16 #include "dted/dtedDefines.h"
17 #include "dted/dfadFeature.h"
18 
20 {
21 public:
22 
24 
25  DtDfadArealFeature(int fac, int featureid, int smc, float culturalZ,
26  int structures, int treecoverage,
27  int roofcoverage, int numbervertices);
28 
29  inline DtU8 structsPerKm() {return myStructsPerKm;}
30  inline DtU8 pctTreeCoverage() {return myPctTreeCoverage;}
31  inline DtU8 pctRoofCoverage() {return myPctRoofCoverage;}
32 
33 protected:
34 
35  virtual void parseSpecificType();
36 
40 };
41 
42 #endif
DtU8 pctRoofCoverage()
Definition: dfadArealFeature.h:31
DtU8 myPctRoofCoverage
Definition: dfadArealFeature.h:39
Definition: dfadArealFeature.h:19
#define DT_DLL_dted
Definition: dtedDefines.h:23
Definition: dfadFeature.h:23
DtU8 pctTreeCoverage()
Definition: dfadArealFeature.h:30
DtU8 myPctTreeCoverage
Definition: dfadArealFeature.h:38
DtU8 myStructsPerKm
Definition: dfadArealFeature.h:37
DtU8 structsPerKm()
Definition: dfadArealFeature.h:29
virtual void parseSpecificType()

Document ID: Generated on Thu Jun 1 17:58:13 EDT 2023 from SVN revision 255404
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)