VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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 
26 {
27 public:
28 
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 
43 };
44 
45 #endif
46 
Definition: c7bElevation.h:25
#define DT_DLL_ctdb
Definition: ctdbDefines.h:23
Network-order signed 32-bit quantity.
Definition: c7NetTypes.h:86
DtC7NetInt32 myElevationData
Definition: c7bElevation.h:42

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)