#include "spectrum.h"
#include "spectrumwavelengths.h"
#include "regular.h"
#include "memory.h"
#include <boost/thread/tss.hpp>
Go to the source code of this file.
Functions | |
ostream & | operator<< (ostream &os, const Spectrum &s) |
Variables | |
boost::thread_specific_ptr < SpectrumWavelengths > | thread_wavelengths |
ostream& operator<< | ( | ostream & | os, | |
const Spectrum & | s | |||
) |
Definition at line 34 of file spectrum.cpp.
References lux::Spectrum::c, and COLOR_SAMPLES.
boost::thread_specific_ptr<SpectrumWavelengths> thread_wavelengths |
Definition at line 61 of file spectrum.cpp.
Referenced by lux::SkyLight::ChromaticityToSpectrum(), lux::FresnelDielectric::Evaluate(), lux::SpecularTransmission::f(), lux::SWCSpectrum::filter(), lux::ExPhotonIntegrator::Preprocess(), lux::Scene::Render(), lux::RenderThread::render(), lux::SpecularTransmission::Sample_f(), lux::SWCSpectrum::SWCSpectrum(), lux::SWCSpectrum::ToXYZ(), and lux::SWCSpectrum::y().