#include <Filter.h>
Inherits cinder::FilterBase.
Public Member Functions | |
FilterBox (float aSupport=0.5f) | |
virtual float | operator() (float x) const |
float | getSupport () const |
void | setSupport (float aSupport) |
Protected Attributes | |
float | mSupport |
cinder::FilterBox::FilterBox | ( | float | aSupport = 0.5f |
) |
virtual float cinder::FilterBox::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] |