#include <regular.h>
Public Member Functions | |
| RegularSPD () | |
| RegularSPD (const float *const samples, float lambdaMin, float lambdaMax, int n) | |
| ~RegularSPD () | |
Protected Member Functions | |
| void | init (float lMin, float lMax, const float *const s, int n) |
Definition at line 34 of file regular.h.
| lux::RegularSPD::RegularSPD | ( | const float *const | samples, | |
| float | lambdaMin, | |||
| float | lambdaMax, | |||
| 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::Clamp(), lux::SPD::delta, lux::SPD::invDelta, lux::SPD::lambdaMax, lux::SPD::lambdaMin, lux::SPD::nSamples, and lux::SPD::samples.
Referenced by RegularSPD().
1.6.1