#include <box.h>
Public Member Functions | |
BoxFilter (float xw, float yw) | |
float | Evaluate (float x, float y) const |
Static Public Member Functions | |
static Filter * | CreateFilter (const ParamSet &ps) |
Definition at line 35 of file box.h.
lux::BoxFilter::BoxFilter | ( | float | xw, | |
float | yw | |||
) | [inline] |
Definition at line 37 of file box.h.
Referenced by CreateFilter().
Definition at line 32 of file box.cpp.
References BoxFilter(), and lux::ParamSet::FindOneFloat().
float BoxFilter::Evaluate | ( | float | x, | |
float | y | |||
) | const [virtual] |
Implements lux::Filter.