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

Comparing ray/src/px/pfilt.h (file contents):
Revision 2.1 by schorsch, Mon Mar 29 00:34:23 2004 UTC vs.
Revision 2.2 by greg, Thu Dec 7 21:15:54 2023 UTC

# Line 5 | Line 5
5   #ifndef _RAD_PFILT_H_
6   #define _RAD_PFILT_H_
7  
8 + #include  "standard.h"
9 + #include  "color.h"
10 +
11   #ifdef __cplusplus
12   extern "C" {
13   #endif
14  
12
15   extern double  CHECKRAD;        /* radius over which gaussian is summed */
16   extern double  rad;             /* output pixel radius for filtering */
17   extern double  thresh;          /* maximum contribution for subpixel */
# Line 62 | Line 64 | extern void dothresh(int  xcent, int  ycent,
64   }
65   #endif
66   #endif /* _RAD_PFILT_H_ */
65

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines