Library Color


[ Search | Keywords | Classes | Data | Functions ]

Quick Index



Classes

RiColorRGB
Screen space RGB
RiRGBConverter
Abstract class for conversion to and from RiColorRGB
RiRGBConvertLinear
Linear (matrix) conversion plus gamma
RiColorXYZV
Holds data in the XYZ colorspace, with the addition of a scotopic value.
RiSpectralCurve
An abstract class that represents a function over the visible spectrum. RI_SPECTRUM_MIN_LAMBDA to RI_SPECTRUM_MAX_LAMBDA
RiRegularSpectralCurve
A spectral curve from regularly spaced samples
RiIrregularSpectralCurve
A RiSpectralCurve represented by irregular data points
RiCombinedSpectralCurve
Create a RiSpectralCurve that is the linear combination of some other set of RiSpectralCurve.
RiSpectralCurves
A factory for producing common spectral curves
RiSpectrum
Representation of a spectrum with constant, non-overlapping box functions

Data


Global Functions

RiSpectrum operator*( RiReal lhs, const RiSpectrum& rhs) ;
ostream& operator<<(ostream&, const RiSpectrum&);
RiSpectrum exp(const RiSpectrum &in) ;

RiSpectrum operator*( RiReal lhs, const RiSpectrum& rhs) ;

#include "RiSpectrum.H"

RiReal * RiSpectrum, for completeness

inline RiSpectrum operator*( RiReal lhs,  const RiSpectrum& rhs)
                         
;

Function is currently defined inline.


ostream& operator<<(ostream&, const RiSpectrum&);

#include "RiSpectrum.H"

output operator (no formating other than space between elements)

ostream& operator<<(ostream&, const RiSpectrum&);

RiSpectrum exp(const RiSpectrum &in) ;

#include "RiSpectrum.H"

ne RiSpectrum exp(const RiSpectrum &in)No documentation available.

inline RiSpectrum exp(const RiSpectrum &in)
                                                                                                                    
;

Function is currently defined inline.


Generated from source by the Cocoon utilities on Fri Feb 25 15:14:59 2000 .