VR-Forces 4.0.4 Class Documentation
include/dted/dfad_linear.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_linear.h,v $ $Revision: 1.6 $ $State: Exp $
00007 *******************************************************************************/
00008 
00009 //
00010 //   Defines a Linear dfad feature
00011 //
00012 
00013 #ifndef __DFADLinear
00014 #define __DFADLinear
00015 
00016 #include "dted/dtedDefines.h"
00017 #include "dted/dfad_feature.h"
00018 
00019 class DT_DLL_dted DtDfadLinearFeature : public DtDfadFeature
00020 {
00021 public:
00022    
00023    DtDfadLinearFeature();
00024    DtDfadLinearFeature(int fac, 
00025                        int featureID, 
00026                        int smc, 
00027                        float culturalZ, 
00028                        int directivity, 
00029                        float width,
00030                        int numberVertices);
00031 
00032    inline DtInt16 directivity()   {return myDirectivity;} 
00033 
00034 protected:
00035 
00036    virtual void         parseSpecificType();
00037 
00038 protected:
00039 
00040    DtInt16  myDirectivity;
00041 };
00042 
00043 #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)