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

#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
 

Constructor & Destructor Documentation

cinder::FilterMitchell::FilterMitchell ( float  aSupport = 2.0f,
float  b = 0.3333333333f,
float  c = 0.3333333333f 
)

Member Function Documentation

virtual float cinder::FilterMitchell::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: