| 16 |
|
* |
| 17 |
|
* See the ranimove(1) man page for further details. |
| 18 |
|
*/ |
| 19 |
+ |
#ifndef _RAD_RANIMOVE_H_ |
| 20 |
+ |
#define _RAD_RANIMOVE_H_ |
| 21 |
+ |
#ifdef __cplusplus |
| 22 |
+ |
extern "C" { |
| 23 |
+ |
#endif |
| 24 |
|
|
| 25 |
+ |
|
| 26 |
|
#include "ray.h" |
| 27 |
|
#include "view.h" |
| 28 |
|
#include "vars.h" |
| 180 |
|
void write_map(), sample_pos(), comp_frame_error(), conspicuity(); |
| 181 |
|
int getclosest(), getambcolor(), refine_first(); |
| 182 |
|
double sample_wt(), estimaterr(), comperr(); |
| 183 |
+ |
|
| 184 |
+ |
|
| 185 |
+ |
#ifdef __cplusplus |
| 186 |
+ |
} |
| 187 |
+ |
#endif |
| 188 |
+ |
#endif /* _RAD_RANIMOVE_H_ */ |
| 189 |
+ |
|