#include <wtree.h>
Inheritance diagram for CDwtTree2dComplex:
Public Types | |
enum | { RE = 0, IM = 1 } |
Public Member Functions | |
void | Set (CMatrix< TCoeff > &M1, CMatrix< TCoeff > &M2, int L) |
void | SetLevels (int L) |
CMatrix< TCoeff > & | Matrix (int which) |
const CMatrix< TCoeff > & | Matrix (int which) const |
CDwtTree2dComplex | Clone (int N=1) const |
int | Levels () |
Friends | |
class | CDwtTree2dDualComplex |
|
Clone the tree reducing the detail by N, that is the top-most N detail levels are cropped out.
|
|
Return the number of levels in the tree.
|
|
Return the const coefficient matrix of the tree.
|
|
Return the coefficient matrix of the tree.
|
|
Set the coefficient matrix and number of levels of the tree.
|
|
Set the number of levels of the tree.
|