![]() |
Cinder
0.9.1
|
#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 |
Implements cinder::FilterBase.
|
inherited |
|
inherited |
|
protectedinherited |