]> Pileus Git - ~andy/rsl/blob - doc/RSL_cube_struct.html
RSL v1.44
[~andy/rsl] / doc / RSL_cube_struct.html
1 <head>
2 </head>
3
4 <body>
5 <a HREF="index.html"> <IMG SRC="rsl.gif"> </a>
6 <hr>
7
8
9 <pre>typedef struct
10    {
11    float lat, lon;
12    float dx, dy, dz;
13    int nx, ny, nz;
14    char *data_type;
15    <a href=RSL_carpi_struct.html>Carpi</a> **carpi;
16    }
17 Cube; </pre>
18
19 </body>