Logo coherent WaveBurst  
Library Reference Guide
Logo
List of all members | Public Member Functions | Private Member Functions | Private Attributes | List of all members
Daubechies< DataType_t > Class Template Reference

template<class DataType_t>
class Daubechies< DataType_t >

Definition at line 38 of file Daubechies.hh.

Public Member Functions

 Daubechies (const Wavelet &)
 
 Daubechies (const Daubechies< DataType_t > &)
 
 Daubechies (int order=4, int tree=0, enum BORDER border=B_CYCLE)
 
virtual ~Daubechies ()
 
virtual DaubechiesClone () const
 return: Wavelet* - duplicate of *this, allocated on heap More...
 
virtual void forward (int level, int layer)
 
virtual void inverse (int level, int layer)
 
- Public Member Functions inherited from WaveDWT< DataType_t >
 WaveDWT (int mH=1, int mL=1, int tree=0, enum BORDER border=B_CYCLE)
 
 WaveDWT (const Wavelet &)
 
 WaveDWT (const WaveDWT< DataType_t > &)
 
virtual ~WaveDWT ()
 
bool allocate (size_t, DataType_t *)
 
bool allocate ()
 
virtual void forwardFWT (int, int, const double *, const double *)
 
virtual int getMaxLevel ()
 
virtual int getMaxLevel (int i)
 
virtual std::slice getSlice (const double)
 
virtual std::slice getSlice (const int, const int)
 
virtual float getTDamp (int j, int k, char c='p')
 
virtual size_t getTDFsize ()
 
virtual wavearray< float > getTDvec (int j, int k, char c='p')
 
virtual wavearray< float > getTDvecSSE (int j, int k, char c, SSeries< double > *pss)
 
virtual void getTFvec (int j, wavearray< float > &r)
 
virtual WaveDWT< DataType_t > * Init () const
 
virtual void inverseFWT (int, int, const double *, const double *)
 
virtual void predict (int, int, const double *)
 
void release ()
 
virtual void t2w (int=1)
 
virtual void update (int, int, const double *)
 
virtual void w2t (int=1)
 
- Public Member Functions inherited from Wavelet
 Wavelet (int mH=1, int mL=1, int tree=0, enum BORDER border=B_CYCLE)
 
 Wavelet (const Wavelet &)
 
virtual ~Wavelet ()
 
bool BinaryTree ()
 
virtual void Browse (TBrowser *b)
 
virtual int convertF2L (int, int)
 
virtual int convertF2O (int, int)
 
virtual int convertL2F (int, int)
 
virtual int convertO2F (int, int)
 
virtual int getLevel ()
 
virtual int getOffset (int, int)
 
virtual void heterodine (bool f)
 
virtual bool heterodine ()
 
virtual int maxLayer ()
 
virtual void parity (bool f)
 
virtual bool parity ()
 
void print ()
 
virtual void reset ()
 
virtual void setLevel (int level)
 

Private Member Functions

void setFilter ()
 

Private Attributes

double * pHForward
 
double * pHInverse
 
double * pLForward
 
double * pLInverse
 

Additional Inherited Members

- Public Attributes inherited from WaveDWT< DataType_t >
unsigned long nSTS
 
unsigned long nWWS
 pointer to wavelet work space More...
 
DataType_t * pWWS
 
- Public Attributes inherited from Wavelet
enum BORDER m_Border
 
int m_H
 
bool m_Heterodine
 
int m_L
 
int m_Layer
 
int m_Level
 
bool m_Parity
 
int m_TreeType
 
enum WAVETYPE m_WaveType
 

#include <Daubechies.hh>

Inheritance diagram for Daubechies< DataType_t >:
[legend]

Constructor & Destructor Documentation

◆ Daubechies() [1/3]

template<class DataType_t >
Daubechies< DataType_t >::Daubechies ( const Wavelet w)

Definition at line 342 of file Daubechies.cc.

◆ Daubechies() [2/3]

template<class DataType_t >
Daubechies< DataType_t >::Daubechies ( const Daubechies< DataType_t > &  w)

Definition at line 349 of file Daubechies.cc.

◆ Daubechies() [3/3]

template<class DataType_t >
Daubechies< DataType_t >::Daubechies ( int  order = 4,
int  tree = 0,
enum BORDER  border = B_CYCLE 
)

Definition at line 356 of file Daubechies.cc.

◆ ~Daubechies()

template<class DataType_t >
Daubechies< DataType_t >::~Daubechies ( )
virtual

Definition at line 364 of file Daubechies.cc.

Member Function Documentation

◆ Clone()

template<class DataType_t >
Daubechies< DataType_t > * Daubechies< DataType_t >::Clone ( ) const
virtual

return: Wavelet* - duplicate of *this, allocated on heap

Reimplemented from WaveDWT< DataType_t >.

Definition at line 374 of file Daubechies.cc.

◆ forward()

template<class DataType_t >
void Daubechies< DataType_t >::forward ( int  level,
int  layer 
)
virtual

Reimplemented from WaveDWT< DataType_t >.

Definition at line 451 of file Daubechies.cc.

◆ inverse()

template<class DataType_t >
void Daubechies< DataType_t >::inverse ( int  level,
int  layer 
)
virtual

Reimplemented from WaveDWT< DataType_t >.

Definition at line 460 of file Daubechies.cc.

◆ setFilter()

template<class DataType_t >
void Daubechies< DataType_t >::setFilter ( )
private

Definition at line 380 of file Daubechies.cc.

Member Data Documentation

◆ pHForward

template<class DataType_t>
double* Daubechies< DataType_t >::pHForward
private

Definition at line 47 of file Daubechies.hh.

◆ pHInverse

template<class DataType_t>
double* Daubechies< DataType_t >::pHInverse
private

Definition at line 49 of file Daubechies.hh.

◆ pLForward

template<class DataType_t>
double* Daubechies< DataType_t >::pLForward
private

Definition at line 43 of file Daubechies.hh.

◆ pLInverse

template<class DataType_t>
double* Daubechies< DataType_t >::pLInverse
private

Definition at line 45 of file Daubechies.hh.


The documentation for this class was generated from the following files: