Logo Coherent WaveBurst  
Reference Guide
Logo
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
List of all members | Public Member Functions | Private Member Functions | Private Attributes | List of all members
Symlet< DataType_t > Class Template Reference

template<class DataType_t>
class Symlet< DataType_t >

Definition at line 20 of file Symlet.hh.

Public Member Functions

 Symlet (const Wavelet &)
 
 Symlet (const Symlet< DataType_t > &)
 
 Symlet (int order=4, int tree=0, enum BORDER border=B_CYCLE)
 
virtual ~Symlet ()
 
virtual SymletClone () 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 <Symlet.hh>

Inheritance diagram for Symlet< DataType_t >:
[legend]

Constructor & Destructor Documentation

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

Definition at line 341 of file Symlet.cc.

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

Definition at line 348 of file Symlet.cc.

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

Definition at line 355 of file Symlet.cc.

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

Definition at line 363 of file Symlet.cc.

Member Function Documentation

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

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

Reimplemented from WaveDWT< DataType_t >.

Definition at line 373 of file Symlet.cc.

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

Reimplemented from WaveDWT< DataType_t >.

Definition at line 449 of file Symlet.cc.

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

Reimplemented from WaveDWT< DataType_t >.

Definition at line 458 of file Symlet.cc.

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

Definition at line 379 of file Symlet.cc.

Member Data Documentation

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

Definition at line 29 of file Symlet.hh.

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

Definition at line 31 of file Symlet.hh.

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

Definition at line 25 of file Symlet.hh.

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

Definition at line 27 of file Symlet.hh.


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