VR-Forces 4.7 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
ctdb
c7bGeoidInfo.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2003 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: c7bGeoidInfo.h,v $ $Revision: 1.7 $ $State: Exp $
7
*******************************************************************************/
8
9
//
10
// File c7bGeoidInfo
11
//
12
// Class: DtC7bGeoidInfo
13
//
14
// The class is public because should not be used but anyone else than
15
// DtC7b.
16
//
17
18
#ifndef __DtC7bGeoidInfo
19
#define __DtC7bGeoidInfo
20
21
#include "
ctdb/ctdbDefines.h
"
22
#include <stdio.h>
23
#include "
ctdb/c7NetTypes.h
"
24
25
class
DT_DLL_ctdb
DtC7bGeoidInfo
26
{
27
public
:
28
29
DtC7bGeoidInfo
();
30
~
DtC7bGeoidInfo
();
31
32
bool
read(FILE *f);
33
34
DtC7NetFloat64
geoid_south
;
35
DtC7NetFloat64
geoid_north
;
36
DtC7NetFloat64
geoid_west
;
37
DtC7NetFloat64
geoid_east
;
38
DtC7NetFloat64
lat_step
;
39
DtC7NetFloat64
lon_step
;
40
DtC7NetInt32
nlat
;
41
DtC7NetInt32
nlon
;
42
DtC7NetInt32
wastedh
;
43
44
};
45
46
#endif
Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (
www.mak.com
)