CUGL 2.0
Cornell University Game Library
cugl::dsp::FIRFilter Member List

This is the complete list of members for cugl::dsp::FIRFilter, including all inherited members.

calculate(float gain, float *input, float *output, size_t size)cugl::dsp::FIRFilter
clear()cugl::dsp::FIRFilter
FIRFilter()cugl::dsp::FIRFilter
FIRFilter(unsigned channels)cugl::dsp::FIRFilter
FIRFilter(unsigned channels, const std::vector< float > &bvals)cugl::dsp::FIRFilter
FIRFilter(const FIRFilter &copy)cugl::dsp::FIRFilter
FIRFilter(FIRFilter &&filter)cugl::dsp::FIRFilter
flush(float *output)cugl::dsp::FIRFilter
getACoeff() constcugl::dsp::FIRFilter
getBCoeff() constcugl::dsp::FIRFilter
getChannels() constcugl::dsp::FIRFilterinline
setBCoeff(const std::vector< float > &bvals)cugl::dsp::FIRFilter
setChannels(unsigned channels)cugl::dsp::FIRFilter
setCoeff(const std::vector< float > &bvals, const std::vector< float > &avals)cugl::dsp::FIRFilter
step(float gain, float *input, float *output)cugl::dsp::FIRFilter
VECTORIZEcugl::dsp::FIRFilterstatic
~FIRFilter()cugl::dsp::FIRFilter