]> Pileus Git - ~andy/rsl/blob - doc/RSL_fill_cappi.html
Initial import
[~andy/rsl] / doc / RSL_fill_cappi.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_fill_cappi</h1>
10
11 <hr>
12
13 <h3>Synopsis</h3>
14 <b>#include &quot;rsl.h&quot;</b> <br>
15 <b>int </b><b>*RSL_fill_cappi(<a href=RSL_volume_struct.html>Volume</a> *v, <a href=RSL_cappi_struct.html>Cappi</a> *cap, int method);</b> 
16
17 <h3>
18 <hr>Description</h3>
19 Using data from <b>v</b>, and information from <b>cap</b>, this routine fill the cappi structure <b>cap</b> with values from the rays in <b>v</b>. The argument <b>cap</b> is modified. The <b>method</b> passed indicates the interpolation used, however, no interpolation is used, yet. Normally, you should not call this routine unless you're writing an RSL routine, instead, call <a href=RSL_cappi_at_h.html>RSL_cappi_at_h</a>.
20 <hr>
21
22 <h3>Return value</h3>
23 Upon successful completion, 1 is returned. -1 is returned upon failure. The argument <b>cap</b> is modified. 
24 <hr>
25
26 <h3>See also</h3>
27 <a href=RSL_free_cappi.html>RSL_free_cappi</a>, <a href=RSL_cappi_to_carpi.html>RSL_cappi_to_carpi</a>, <a href=RSL_get_value_from_cappi.html>RSL_get_value_from_cappi</a>, <a href=RSL_new_cappi.html>RSL_new_cappi</a> 
28
29 <p>
30 <hr>Author: <a href=john.merritt.html>John H. Merritt</a> 
31 </body>