libwt  1.0.0
A C++ library for the continous wavelet transform.
wt.hh
1 
47 #ifndef __WT_HH__
48 #define __WT_HH__
49 
50 #include "types.hh"
51 #include "wavelet.hh"
52 #include "wavelettransform.hh"
53 #include "waveletsynthesis.hh"
54 
55 #endif // __WT_HH__