WaveletM
class description - source file - inheritance tree
public:
WaveletM WaveletM(int = 0)
WaveletM WaveletM(int, int)
WaveletM WaveletM(WaveletM&)
virtual void ~WaveletM()
static TClass* Class()
virtual void decompose(int, int)
virtual TClass* IsA() const
virtual void reconstruct(int, int)
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
public:
wavereal* h pointer to array of Mayer filter coefficients.
void decompose(int level,int layer)
Does one step of the Mayer decomposition transform.
void reconstruct(int level,int layer)
Does one step of the Meyer reconstruction transform.
~WaveletM()
Destructor.
WaveletM(int ist):WaveDWT(1,ist)
WaveletM(int m,int ist):WaveDWT(m,ist)
Inline Functions
TClass* Class()
TClass* IsA() const
void ShowMembers(TMemberInspector& insp, char* parent)
void Streamer(TBuffer& b)
WaveletM WaveletM(WaveletM&)
ROOT page - Class index - Top of the page
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.