Essentia
2.1-beta6-dev
|
#include <bpfutil.h>
Public Member Functions | |
BPF () | |
BPF (std::vector< Real > xPoints, std::vector< Real > yPoints) | |
void | init (std::vector< Real > xPoints, std::vector< Real > yPoints) |
float | operator() (float x) |
Protected Attributes | |
std::vector< Real > | _xPoints |
std::vector< Real > | _yPoints |
std::vector< Real > | _slopes |
|
inline |
References BPF::init().
References BPF::_slopes, BPF::_xPoints, and BPF::_yPoints.
Referenced by BPF::BPF().
|
inline |
References BPF::_slopes, BPF::_xPoints, and BPF::_yPoints.
|
protected |
Referenced by BPF::init(), and BPF::operator()().
|
protected |
Referenced by BPF::init(), and BPF::operator()().
|
protected |
Referenced by BPF::init(), and BPF::operator()().