#include <regular.h>
Public Member Functions | |
RegularSPD () | |
RegularSPD (const float *const s, float lMin, float lMax, int n) | |
virtual | ~RegularSPD () |
Protected Member Functions | |
void | init (float lMin, float lMax, const float *const s, int n) |
Definition at line 35 of file regular.h.
lux::RegularSPD::RegularSPD | ( | const float *const | s, | |
float | lMin, | |||
float | lMax, | |||
int | n | |||
) | [inline] |
void RegularSPD::init | ( | float | lMin, | |
float | lMax, | |||
const float *const | s, | |||
int | n | |||
) | [protected] |
Definition at line 29 of file regular.cpp.
References lux::SPD::AllocateSamples(), lux::SPD::delta, lux::SPD::invDelta, lux::SPD::lambdaMax, lux::SPD::lambdaMin, lux::SPD::nSamples, and lux::SPD::samples.
Referenced by RegularSPD().