VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
c7bGeoid.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2003 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: c7bGeoid.h,v $ $Revision: 1.7 $ $State: Exp $
7 *******************************************************************************/
8 
9 //
10 // File c7bGeoid
11 //
12 
13 #ifndef __DtC7bGeoid
14 #define __DtC7bGeoid
15 
16 #include "ctdb/ctdbDefines.h"
17 #include <stdio.h>
18 #include "ctdb/c7bGeoidInfo.h"
19 #include "ctdb/c7NetTypes.h"
20 
21 class DtC7bGeoidInfo;
22 
23 // Class: DtC7bGeoid
24 //
25 // The class is public because should not be used but anyone else than
26 // DtC7b.
27 //
28 
29 
31 {
32 public:
33 
34  DtC7bGeoid();
35  ~DtC7bGeoid();
36 
37  bool read(FILE *f);
38 
41  int mySize;
42 };
43 
44 #endif
int mySize
Definition: c7bGeoid.h:41
Definition: c7bGeoidInfo.h:25
DtC7NetFloat32 * myData
Definition: c7bGeoid.h:40
Network-order 32-bit IEEE-754 floating-point quantity.
Definition: c7NetTypes.h:106
DtC7bGeoidInfo * myInfo
Definition: c7bGeoid.h:39
#define DT_DLL_ctdb
Definition: ctdbDefines.h:23
Definition: c7bGeoid.h:30

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)