Wavelet and Image class library  1.3.2
PfgReader.hh
Go to the documentation of this file.
00001 /*
00002  * class PfgReader
00003  *
00004  * $Date$
00005  * $Revision$
00006  *
00007  */
00008 
00009 #ifndef PFG_READER_HH__
00010 #define PFG_READER_HH__
00011 
00012 #include "WImage/GreymapReader.hh"
00013 
00021 class 
00022 PfgReader: public GreymapReader
00023 {
00024 public:
00031   PfgReader (char const * name, ImageArray<coeff> &data)
00032     : GreymapReader (name, data) {}
00033 
00035   virtual ~PfgReader (void) {}
00036   
00037 protected:
00042   virtual int readfmt (void);
00043 
00044 }; /* class PfgReader */
00045 
00048 #endif /* PFG_READER_HH__ */
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines