
Public Member Functions | |
| MitchellFilter (float b, float c, float xw, float yw) | |
| float | Evaluate (float x, float y) const |
| float | Mitchell1D (float x) const |
Private Attributes | |
| float | B |
| float | C |
Definition at line 28 of file mitchell.cpp.
| MitchellFilter::MitchellFilter | ( | float | b, | |
| float | c, | |||
| float | xw, | |||
| float | yw | |||
| ) | [inline] |
| float MitchellFilter::Evaluate | ( | float | x, | |
| float | y | |||
| ) | const [virtual] |
Implements Filter.
Definition at line 48 of file mitchell.cpp.
References Filter::invXWidth, Filter::invYWidth, and Mitchell1D().
| float MitchellFilter::Mitchell1D | ( | float | x | ) | const [inline] |
float MitchellFilter::B [private] |
Definition at line 45 of file mitchell.cpp.
Referenced by CreateFilter(), Mitchell1D(), and MitchellFilter().
float MitchellFilter::C [private] |
Definition at line 45 of file mitchell.cpp.
Referenced by CreateFilter(), Mitchell1D(), and MitchellFilter().
1.5.6