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