VR-Forces 4.6 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
ctdb
c7bElevation.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2003 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: c7bElevation.h,v $ $Revision: 1.7 $ $State: Exp $
7
*******************************************************************************/
8
9
//
10
// File c7bElevation
11
//
12
// Class: DtC7bElevation
13
//
14
// The class is public because should not be used but anyone else than
15
// DtC7b.
16
//
17
18
#ifndef __DtC7bElevation
19
#define __DtC7bElevation
20
21
#include "
ctdb/ctdbDefines.h
"
22
#include <stdio.h>
23
#include "
ctdb/c7NetTypes.h
"
24
25
class
DT_DLL_ctdb
DtC7bElevation
26
{
27
public
:
28
29
DtC7bElevation
();
30
~
DtC7bElevation
();
31
32
bool
read(FILE *f);
33
34
35
bool
areThereBuildings();
36
bool
areThereTrees();
37
bool
areThereFeatures();
38
bool
isThereMicroterrain();
39
bool
isSwNe();
40
float
elevation(
float
basis);
41
42
DtC7NetInt32
myElevationData
;
43
};
44
45
#endif
46
Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (
www.mak.com
)