![]() |
Cinder
0.9.1
|
#include <Filter.h>
Inherits cinder::FilterBase.
Public Member Functions | |
FilterBesselBlackman (float aSupport=3.2383f) | |
virtual float | operator() (float x) const |
float | getSupport () const |
void | setSupport (float aSupport) |
Protected Attributes | |
float | mSupport |
cinder::FilterBesselBlackman::FilterBesselBlackman | ( | float | aSupport = 3.2383f | ) |
|
virtual |
Implements cinder::FilterBase.
|
inherited |
|
inherited |
|
protectedinherited |