#include <Filter.h>
Inherits cinder::FilterBase.
Public Member Functions | |
FilterMitchell (float aSupport=2.0f, float b=0.3333333333f, float c=0.3333333333f) | |
virtual float | operator() (float x) const |
float | getSupport () const |
void | setSupport (float aSupport) |
Protected Attributes | |
float | mSupport |
cinder::FilterMitchell::FilterMitchell | ( | float | aSupport = 2.0f , |
float | b = 0.3333333333f , |
||
float | c = 0.3333333333f |
||
) |
virtual float cinder::FilterMitchell::operator() | ( | float | x | ) | const [virtual] |
Implements cinder::FilterBase.
float cinder::FilterBase::getSupport | ( | ) | const [inherited] |
void cinder::FilterBase::setSupport | ( | float | aSupport | ) | [inherited] |
float cinder::FilterBase::mSupport [protected, inherited] |