]> Pileus Git - ~andy/rsl/blob - doc/RSL_print_histogram.html
RSL v1.44
[~andy/rsl] / doc / RSL_print_histogram.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_print_histogram</h1>
10
11 <p>
12 <hr>
13
14 <h3>Synopsis</h3>
15 <b>#include &quot;rsl.h&quot;<br>
16 void RSL_print_histogram(<a href=RSL_histogram_struct.html>Histogram</a> *histogram, int min_range, int max_range, char *filename); </b>
17 <hr>
18
19 <h3>Description</h3>
20 Print the structure pointed to by <i>histogram</i> to stdout. <i>min_range</i> and <i>max_range</i> specify the minimum and maximum range of the radar that was used to generate the histogram.
21 <hr>
22
23 <h3>Return value</h3>
24 None.
25 <hr>
26
27 <h3>See also</h3><br>
28 <a href=RSL_allocate_histogram.html>RSL_allocate_histogram</a>, <a href=RSL_read_histogram.html>RSL_read_histogram</a>, <a href=RSL_write_histogram.html>RSL_write_histogram</a>, <a href=RSL_get_histogram_from.html>RSL_get_histogram_from_ray</a>, <a href=RSL_get_histogram_from.html>RSL_get_histogram_from_sweep</a>, <a href=RSL_get_histogram_from.html>RSL_get_histogram_from_volume</a>
29
30 <p>Author: <a href=david.wolff.html>David B. Wolff</a>
31 </body>