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

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)