OSDN Git Service

rebuild: for X86LINUX64/X86LINUX64ICC
[eos/base.git] / src / Objects / General / Map2D / doc / Map2D.html
1 <HR>
2 <A NAME="Information">
3 <H2>Information from source codes</H2>
4 </A>
5 <PRE>
6 ../src/map2DCoordGet.c:
7 </PRE>
8 <HR>
9 <A NAME="include">
10 <H2>Map2D.h</H2>
11 </A>
12 <PRE>
13 #ifndef MAP_2D_H
14 #define MAP_2D_H
15 /*
16 # %M% %Y% %I%
17 # The latest update : %G% at %U%
18 #
19 #%Z% Map2D ver %I%
20 #%Z% Created by tacyas
21 #%Z%
22 */
23
24 /* struct begin */
25 typedef float Map2DParaTypeReal;
26 typedef long  Map2DParaTypeInteger;
27 /* struct end */
28
29
30 #ifdef __cplusplus 
31 extern "C" {
32 #endif
33
34 /* prototype begin */
35
36 extern void map2DParallelInfo(Map2DParaTypeInteger* n, 
37                                   Map2DParaTypeReal*    d,
38                                   Map2DParaTypeReal     latitude,
39                                   Map2DParaTypeInteger  nparallel,
40                                   long mode);
41
42 extern void map2DCoordGet(Map2DParaTypeReal* x,   Map2DParaTypeReal* y,
43                           Map2DParaTypeReal rotx, Map2DParaTypeReal roty,
44                       long nx, long ny, long mode);
45
46 /* prototype end */
47 #ifdef __cplusplus 
48 }
49 #endif
50 #endif /* MAP_2D_H */
51 </PRE>