Wavelet and Image class library  1.3.2
PgmWriter.hh
Go to the documentation of this file.
00001 /*
00002  * class PgmWriter
00003  *
00004  * $Date$
00005  * $Revision$
00006  *
00007  */
00008 
00009 #ifndef PGM_WRITER_HH__
00010 #define PGM_WRITER_HH__
00011 
00012 #include "WImage/GreymapWriter.hh"
00013 
00022 class 
00023 PgmWriter: public GreymapWriter
00024 {
00025 public:
00026   
00033   PgmWriter (char const *name, ImageArray<coeff> &data)
00034     : GreymapWriter (name, data) {}
00035 
00037   virtual ~PgmWriter (void) {}
00038 
00039 protected: 
00044   virtual int writefmt (void);
00045   
00046 }; /* class PgmWriter */
00047 
00050 #endif /* PGM_WRITER_HH__ */
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines