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

Comparing ray/src/common/bsdf.h (file contents):
Revision 2.16 by greg, Sun Aug 21 22:38:12 2011 UTC vs.
Revision 2.17 by greg, Sun Mar 4 20:11:10 2012 UTC

# Line 156 | Line 156 | extern void            SDclipName(char res[SDnameLn], const char
156   /* Allocate new spectral distribution function */
157   extern SDSpectralDF     *SDnewSpectralDF(int nc);
158  
159 + /* Add component(s) to spectral distribution function */
160 + extern SDSpectralDF     *SDaddComponent(SDSpectralDF *odf, int nadd);
161 +
162   /* Free a spectral distribution function */
163   extern void             SDfreeSpectralDF(SDSpectralDF *df);
164  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines