#include <equalspd.h>
Public Member Functions | |
| EqualSPD () | |
| EqualSPD (float p) | |
| virtual | ~EqualSPD () |
| void | init (float p) |
Protected Attributes | |
| float | power |
Definition at line 40 of file equalspd.h.
| lux::EqualSPD::EqualSPD | ( | ) | [inline] |
Definition at line 42 of file equalspd.h.
References init().
| lux::EqualSPD::EqualSPD | ( | float | p | ) | [inline] |
Definition at line 46 of file equalspd.h.
References init().
| virtual lux::EqualSPD::~EqualSPD | ( | ) | [inline, virtual] |
Definition at line 50 of file equalspd.h.
| void EqualSPD::init | ( | float | p | ) |
Definition at line 28 of file equalspd.cpp.
References lux::SPD::AllocateSamples(), lux::SPD::Clamp(), lux::SPD::delta, EQ_CACHE_END, EQ_CACHE_SAMPLES, EQ_CACHE_START, lux::SPD::invDelta, lux::SPD::lambdaMax, lux::SPD::lambdaMin, lux::SPD::nSamples, power, and lux::SPD::samples.
Referenced by EqualSPD().
float lux::EqualSPD::power [protected] |
Definition at line 56 of file equalspd.h.
Referenced by init().
1.6.2-20100208