VR-Forces 4.5 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
c7bGridData.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2003 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: c7bGridData.h,v $ $Revision: 1.8 $ $State: Exp $
7 *******************************************************************************/
8 
9 //
10 // File c7bGridData
11 //
12 // Class: DtC7bGridData
13 //
14 // The class is public because should not be used but anyone else than
15 // DtC7b.
16 //
17 
18 #ifndef __DtC7bGridData
19 #define __DtC7bGridData
20 
21 #include "ctdb/ctdbDefines.h"
22 #include <stdio.h>
23 #include "ctdb/c7NetTypes.h"
24 
26 {
27 public:
28 
29  DtC7bGridData(DtNetU8* data);
30  ~DtC7bGridData();
31 
32  bool read(FILE *f);
33 
34  DtC7NetFloat32 myMaxElevations[4];
35  DtC7NetFloat32 myWaterElevations[4];
36  DtC7NetU32 myTables[4];
41 };
42 
43 #endif
44 

Document ID: Generated on Thu Mar 23 18:54:12 EDT 2017 from SVN revision 174804
Copyright © 2005-2017 VT MÄK. All Rights Reserved (www.mak.com)