VR-Forces 4.0.4 Class Documentation
include/dted/dfad_areal.h
Go to the documentation of this file.
00001 /*******************************************************************************
00002 ** Copyright (c) 2003 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 *******************************************************************************/
00005 /*******************************************************************************
00006 ** $RCSfile: dfad_areal.h,v $ $Revision: 1.5 $ $State: Exp $
00007 *******************************************************************************/
00008 
00009 //
00010 //   Defines a Areal dfad feature
00011 //
00012 
00013 #ifndef __DFADAreal
00014 #define __DFADAreal
00015 
00016 #include "dted/dtedDefines.h"
00017 #include "dted/dfad_feature.h"
00018 
00019 class DT_DLL_dted DtDfadArealFeature : public DtDfadFeature
00020 {
00021 public:
00022    
00023    DtDfadArealFeature();
00024 
00025    DtDfadArealFeature(int fac, int featureid, int smc, float culturalZ, 
00026                       int structures, int treecoverage, 
00027                       int roofcoverage, int numbervertices);
00028 
00029    inline DtU8 structsPerKm() {return myStructsPerKm;}
00030    inline DtU8 pctTreeCoverage() {return myPctTreeCoverage;}
00031    inline DtU8 pctRoofCoverage() {return myPctRoofCoverage;}
00032 
00033 protected:
00034 
00035    virtual void         parseSpecificType();
00036 
00037    DtU8 myStructsPerKm;
00038    DtU8 myPctTreeCoverage;
00039    DtU8 myPctRoofCoverage;
00040 };
00041 
00042 #endif

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)