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

Comparing ray/src/util/glare.h (file contents):
Revision 2.3 by greg, Sat Feb 22 02:07:30 2003 UTC vs.
Revision 2.4 by schorsch, Fri Jun 27 11:32:12 2003 UTC

# Line 2 | Line 2
2   /*
3   * Common data structures for glare source finding routines
4   */
5 + #ifndef _RAD_GLARE_H_
6 + #define _RAD_GLARE_H_
7 + #ifdef __cplusplus
8 + extern "C" {
9 + #endif
10  
11 +
12   #include "standard.h"
13   #include "view.h"
14   #include "color.h"
# Line 67 | Line 73 | extern struct source {
73          struct source   *next;  /* next source in list */
74   } *donelist;                    /* finished sources */
75  
76 < extern double   getviewpix();
77 < extern double   pixsize();
76 > extern double   getviewpix(int vh, int vv);
77 > extern double   pixsize(int x, int y);
78  
79   extern long     npixinvw;       /* number of samples in view */
80   extern long     npixmiss;       /* number of samples missing */
81 +
82 +
83 +
84 + #ifdef __cplusplus
85 + }
86 + #endif
87 + #endif /* _RAD_GLARE_H_ */
88 +

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines