]> Pileus Git - ~andy/rsl/blob - doc/RSL_volume_struct.html
Initial import
[~andy/rsl] / doc / RSL_volume_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   <a href="RSL_volume_header_struct.html">Volume_header</a> h; /* Specific info for each elev. */
11                    /* Includes resolution: km/bin. */
12   <a href="RSL_sweep_struct.html">Sweep</a> **sweep;   /* sweep[0..nsweeps-1]. */
13 } Volume; </pre>
14 </body>