Wavelet and Image class library  1.3.2
Wave.hh
Go to the documentation of this file.
00001 /*
00002  * Wavelet main header
00003  * Wraps all the relevant headers.
00004  *
00005  * $Date$
00006  * $Revision$
00007  *
00008  */
00009 
00010 #ifndef WAVE_HH__
00011 #define WAVE_HH__
00012 
00023 #include "WImage.hh"
00024 
00025 #include "WImage/RowVector.hh"
00026 #include "WImage/ColumnVector.hh"
00027 #include "WImage/FullVector.hh"
00028 #include "WImage/StillImage.hh"
00029 #include "Wave/StandardTransform.hh"
00030 #include "Wave/PyramidTransform.hh"
00031 #include "Wave/MirrorPosition.hh"
00032 #include "Wave/PeriodicPosition.hh"
00033 
00034 #endif /* WAVE_HH__ */
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines