]> Pileus Git - ~andy/rsl/blob - doc/RSL_get_sweep_index_from_volume.html
Initial import
[~andy/rsl] / doc / RSL_get_sweep_index_from_volume.html
1 <head>
2 </head>
3
4 <body>
5 <a HREF="index.html"> <IMG SRC="rsl.gif"> </a>
6 <hr>
7
8
9 <h1>RSL_get_sweep_index_from_volume</h1>
10
11 <hr>
12
13 <h3>Synopsis</h3>
14 <b>#include &quot;rsl.h&quot;</b> <br>
15 <b>int RSL_get_sweep_index_from_volume(Volume *v, float elev,int *next_closest);</b> 
16
17 <h3>
18 <hr>Description</h3>
19 Return the index of the closest sweep. Also, returns the next closest sweep index. Use the index returned, if called <b>i</b>, in v-&gt;sweep[i]. 
20 <hr>
21
22 <h3>Return value</h3>
23 Upon successful completion, a valid index into the v-&gt;sweep[i] structure is returned. Otherwise, -1 is returned and *next_closest is undefined. 
24 <hr>
25
26 <h3>See also</h3>
27 <a href=RSL_get_sweep.html>RSL_get_sweep</a>, <a href=RSL_get_ray.html>RSL_get_ray</a> 
28 <hr>Author: <a href=dennis.flanigan.html>Dennis Flanigan Jr.</a> 
29 </body>