#include <wavelet_utils.h>
Public Member Functions | |
| SubbandList () | |
| Constructor. | |
| ~SubbandList () | |
| Destructor. | |
| void | Init (const int depth, const int xlen, const int ylen) |
| Initialise the list. | |
| int | Length () const |
| Return the length of the subband list. | |
| Subband & | operator() (int n) |
| Return the subband at position n (1<=n<=length). | |
| const Subband & | operator() (int n) const |
| Return the subband at position n (1<=n<=length). | |
| void | AddBand (Subband &b) |
| Add a band to the list. | |
| void | Clear () |
| Remove all the bands from the list. | |
Definition at line 160 of file wavelet_utils.h.
1.4.5