VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
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 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
)