VR-Forces Development_Version Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
dted
dfadPointFeature.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_point.h,v $ $Revision: 1.5 $ $State: Exp $
7
*******************************************************************************/
8
9
//
10
// Defines a point dfad feature
11
//
12
13
#ifndef __DFADPOINT
14
#define __DFADPOINT
15
16
#include "
dted/dtedDefines.h
"
17
#include "
dted/dfadFeature.h
"
18
19
class
DT_DLL_dted
DtDfadPointFeature
:
public
DtDfadFeature
20
{
21
public
:
22
23
DtDfadPointFeature
(
int
fac,
24
int
featureID,
25
int
smc,
26
float
culturalZ,
27
float
orientation,
28
float
length,
29
float
width,
30
int
omniDirectional,
31
int
numberVertices);
32
33
DtDfadPointFeature
();
34
35
protected
:
36
37
virtual
void
parseSpecificType
();
38
};
39
40
#endif
Document ID: Generated on Mon Jul 4 01:00:18 EDT 2016 from SVN revision 166489
Copyright © 2005-2015 VT MÄK. All Rights Reserved (
www.mak.com
)