VR-Forces 5.0.1 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
dfadLinearFeature.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_linear.h,v $ $Revision: 1.6 $ $State: Exp $
7 *******************************************************************************/
8 
9 //
10 // Defines a Linear dfad feature
11 //
12 
13 #ifndef __DFADLinear
14 #define __DFADLinear
15 
16 #include "dted/dtedDefines.h"
17 #include "dted/dfadFeature.h"
18 
20 {
21 public:
22 
24  DtDfadLinearFeature(int fac,
25  int featureID,
26  int smc,
27  float culturalZ,
28  int directivity,
29  float width,
30  int numberVertices);
31 
32  inline DtInt16 directivity() {return myDirectivity;}
33 
34 protected:
35 
36  virtual void parseSpecificType();
37 
38 protected:
39 
41 };
42 
43 #endif
Definition: dfadLinearFeature.h:19
DtInt16 myDirectivity
Definition: dfadLinearFeature.h:40
#define DT_DLL_dted
Definition: dtedDefines.h:23
Definition: dfadFeature.h:23
short DtInt16
Definition: vrvControlStructTypes.h:29
DtInt16 directivity()
Definition: dfadLinearFeature.h:32
virtual void parseSpecificType()

Document ID: Generated on Mon Jun 20 00:38:30 EDT 2022 from SVN revision 244029
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)