Wavelet and Image class library  1.3.2
PfcReader.hh
Go to the documentation of this file.
00001 /*
00002  * class PfcReader
00003  *
00004  * $Date$
00005  * $Revision$
00006  *
00007  */
00008 
00009 #ifndef PFC_READER_HH__
00010 #define PFC_READER_HH__
00011 
00012 #include "WImage/PixmapReader.hh"
00013 
00021 class 
00022 PfcReader: public PixmapReader
00023 {
00024 public:
00033   PfcReader (char const * name, Image *images[], int colors = 3)
00034     : PixmapReader (name, images, colors) { }
00035 
00037   virtual ~PfcReader (void) {}
00038 
00039 protected:
00044   virtual int readfmt (void);
00045 
00046 }; /* class PfcReader */
00047 
00050 #endif /* PFC_READER_HH__ */
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines