Logo coherent WaveBurst  
Library Reference Guide
Logo
Classes | Enumerations
Wavelet.hh File Reference
#include "watfun.hh"
#include <iostream>
#include "TNamed.h"
Include dependency graph for Wavelet.hh:
This graph shows which files directly or indirectly include this file:

Classes

class  Wavelet
 

Enumerations

enum  BORDER {
  B_PAD_ZERO, B_CYCLE, B_MIRROR, B_PAD_EDGE,
  B_POLYNOM
}
 
enum  WAVETYPE {
  HAAR, BIORTHOGONAL, DAUBECHIES, SYMLET,
  MEYER, WDMT
}
 

Enumeration Type Documentation

◆ BORDER

enum BORDER
Enumerator
B_PAD_ZERO 
B_CYCLE 
B_MIRROR 
B_PAD_EDGE 
B_POLYNOM 

Definition at line 36 of file Wavelet.hh.

◆ WAVETYPE

enum WAVETYPE
Enumerator
HAAR 
BIORTHOGONAL 
DAUBECHIES 
SYMLET 
MEYER 
WDMT 

Definition at line 44 of file Wavelet.hh.