ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/util/ranimove.h
(Generate patch)

Comparing ray/src/util/ranimove.h (file contents):
Revision 3.2 by greg, Tue Feb 25 02:47:24 2003 UTC vs.
Revision 3.5 by schorsch, Mon Jul 14 22:24:00 2003 UTC

# Line 16 | Line 16
16   *
17   * See the ranimove(1) man page for further details.
18   */
19 + #ifndef _RAD_RANIMOVE_H_
20 + #define _RAD_RANIMOVE_H_
21  
20 #include "copyright.h"
21
22   #include "ray.h"
23   #include "view.h"
24   #include "vars.h"
25 +
26 + #ifdef __cplusplus
27 + extern "C" {
28 + #endif
29 +
30                                  /* input variables (alphabetical by name) */
31   #define BASENAME        0               /* output image base name */
32   #define END             1               /* number of animation frames */
# Line 176 | Line 181 | extern double  hlsmax;         /* maximum high-level saliency
181   void    write_map(), sample_pos(), comp_frame_error(), conspicuity();
182   int     getclosest(), getambcolor(), refine_first();
183   double  sample_wt(), estimaterr(), comperr();
184 +
185 +
186 + #ifdef __cplusplus
187 + }
188 + #endif
189 + #endif /* _RAD_RANIMOVE_H_ */
190 +

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines