Cinder  0.9.1
Public Member Functions | Protected Attributes | List of all members
cinder::FilterBesselBlackman Class Reference

#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
 

Constructor & Destructor Documentation

cinder::FilterBesselBlackman::FilterBesselBlackman ( float  aSupport = 3.2383f)

Member Function Documentation

virtual float cinder::FilterBesselBlackman::operator() ( float  x) const
virtual

Implements cinder::FilterBase.

float cinder::FilterBase::getSupport ( ) const
inherited
void cinder::FilterBase::setSupport ( float  aSupport)
inherited

Member Data Documentation

float cinder::FilterBase::mSupport
protectedinherited

The documentation for this class was generated from the following file: