VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
dted
dfad_linear.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/dfad_feature.h
"
18
19
class
DT_DLL_dted
DtDfadLinearFeature
:
public
DtDfadFeature
20
{
21
public
:
22
23
DtDfadLinearFeature
();
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
40
DtInt16
myDirectivity
;
41
};
42
43
#endif
Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (
www.mak.com
)