Public Member Functions | |
| bool | init () |
| bool | run (bool) |
| FilterWT1D () | |
| ~FilterWT1D () | |
| void | setWaveletType (WaveletTransform::WaveletType) |
Protected Member Functions | |
| template<class T > | |
| void | transform1Dt (const T *in, T *out, int space) const |
Protected Attributes | |
| WaveletTransform::WaveletType | wt_ |
| float * | cc_ |
| float * | cr_ |
| int | filtersz_ |
| int | joff_ |
| int | ioff_ |
| DWT::FilterWT1D::FilterWT1D | ( | ) | [inline] |
| DWT::FilterWT1D::~FilterWT1D | ( | ) | [inline] |
| bool DWT::FilterWT1D::init | ( | ) | [virtual] |
Reimplemented from GenericTransformND::Transform1D.
| bool DWT::FilterWT1D::run | ( | bool | ) | [virtual] |
Implements GenericTransformND::Transform1D.
| void DWT::FilterWT1D::setWaveletType | ( | WaveletTransform::WaveletType | ) |
| void DWT::FilterWT1D::transform1Dt | ( | const T * | in, | |
| T * | out, | |||
| int | space | |||
| ) | const [inline, protected] |
float* DWT::FilterWT1D::cc_ [protected] |
float* DWT::FilterWT1D::cr_ [protected] |
int DWT::FilterWT1D::filtersz_ [protected] |
int DWT::FilterWT1D::ioff_ [protected] |
int DWT::FilterWT1D::joff_ [protected] |
WaveletTransform::WaveletType DWT::FilterWT1D::wt_ [protected] |
1.7.1