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

Comparing ray/src/rt/pmapbias.h (file contents):
Revision 2.5 by rschregle, Tue May 17 17:39:47 2016 UTC vs.
Revision 2.6 by greg, Tue Sep 17 16:36:05 2024 UTC

# Line 20 | Line 20
20     #define PMAPBIASCOMP_H
21  
22     #include "pmapdata.h"
23 <      
23 >
24 > #ifdef __cplusplus
25 > extern "C" {
26 > #endif
27 >
28     /* Bias compensation weighting function */
29     /* #define BIASCOMP_WGT(n) 1 */
30     /* #define BIASCOMP_WGT(n) (n) */
# Line 38 | Line 42
42     void volumeBiasComp (PhotonMap*, const RAY*, COLOR);  
43     /* Photon volume density estimate with bias compensation, returning
44        irradiance. Expects photons in search queue after a kd-tree lookup. */
45 +
46 + #ifdef __cplusplus
47 + }
48 + #endif
49  
50   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines