|
Wavelet and Image class library
1.3.2
|
#include <Filter.hh>
Public Member Functions | |
| Filter (void) | |
| Filter (int m_size, int firstIndex=0, coeff *coeffs=NULL) | |
| Filter (const Filter &filter) | |
| ~Filter (void) | |
| void | init (int m_size, int filterFirst, coeff *coeffs) |
| void | dump (void) |
| coeff | at (int index) |
| int | fsize (void) |
| int | first (void) |
Protected Member Functions | |
| void | copy (const Filter &filter) |
| void | tof (int index, coeff value) |
| coeff | atf (int index) |
Protected Attributes | |
| int | m_size |
| int | m_firstIndex |
| coeff * | m_coeffs |
Friends | |
| class | FilterSet |
| Filter::Filter | ( | void | ) | [inline] |
| Filter::Filter | ( | int | m_size, |
| int | firstIndex = 0, |
||
| coeff * | coeffs = NULL |
||
| ) | [inline] |
| Filter::Filter | ( | const Filter & | filter | ) | [inline] |
| Filter::~Filter | ( | void | ) |
| coeff Filter::at | ( | int | index | ) | [inline] |
| coeff Filter::atf | ( | int | index | ) | [inline, protected] |
Definition at line 66 of file Filter.hh.
References m_coeffs, and m_firstIndex.
| void Filter::copy | ( | const Filter & | filter | ) | [protected] |
Referenced by Filter().
| void Filter::dump | ( | void | ) |
| int Filter::first | ( | void | ) | [inline] |
Definition at line 57 of file Filter.hh.
References m_firstIndex.
| int Filter::fsize | ( | void | ) | [inline] |
| void Filter::init | ( | int | m_size, |
| int | filterFirst, | ||
| coeff * | coeffs | ||
| ) |
Referenced by Filter().
| void Filter::tof | ( | int | index, |
| coeff | value | ||
| ) | [inline, protected] |
Definition at line 64 of file Filter.hh.
References m_coeffs, and m_firstIndex.
coeff* Filter::m_coeffs [protected] |
int Filter::m_firstIndex [protected] |
int Filter::m_size [protected] |
1.7.6.1