Wavelet and Image class library  1.3.2
WImage.hh
Go to the documentation of this file.
00001 /*
00002  * Image main header
00003  * Wraps all the relevant headers.
00004  *
00005  * $Date$
00006  * $Revision$
00007  *
00008  */
00009 
00010 #ifndef WIMAGE_HH__
00011 #define WIMAGE_HH__
00012 
00023 #include "wave_version.h"
00024 #include "WImage/RowVector.hh"
00025 #include "WImage/ColumnVector.hh"
00026 #include "WImage/FullVector.hh"
00027 #include "WImage/StillImage.hh"
00028 #include "WImage/ColorImage.hh"
00029 #include "WImage/ColorVideo.hh"
00030 #include "WImage/VideoFrame.hh"
00031 #ifdef MAGICK_INTER
00032 #include "WImage/MagickInter.hh"
00033 #endif
00034 #ifndef _WIN32_WCE
00035 #include "WImage/AviReader.hh"
00036 #include "WImage/VidReader.hh"
00037 #endif
00038 #include "WImage/CoeffInformation.hh"
00039 #include "WImage/tools.h"
00040 
00041 #endif /* WIMAGE_HH__ */
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines