Wavelet and Image class library  1.3.2
GreymapFile.hh
Go to the documentation of this file.
00001 /*
00002  * class GreymapFile
00003  *
00004  * $Date$
00005  * $Revision$
00006  *
00007  */
00008 
00009 #ifndef GREYMAP_FILE_HH__
00010 #define GREYMAP_FILE_HH__
00011 
00012 #include "WImage/ImageArray.hh"
00013 #include "WImage/miscdefs.h"
00014 
00023 /*abstract*/
00024 class 
00025 GreymapFile
00026 {
00027 public:
00028   
00035   GreymapFile (char const *name, ImageArray<coeff> &data);
00036   
00038   virtual ~GreymapFile (void);
00039 
00040 protected:
00041 
00044   ImageArray<pixel> *m_pixels;
00048   ImageArray<coeff> *m_coeffs;
00050   char const * m_fname;
00051   
00052 }; /* class GreymapFile */
00053 
00056 #endif /* GREYMAP_FILE_HH__ */
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines