Wavelet and Image class library  1.3.2
PfcWriter.hh
Go to the documentation of this file.
00001 /*
00002  * class PfcWriter
00003  *
00004  * $Date$
00005  * $Revision$
00006  *
00007  */
00008 
00009 #ifndef PFC_WRITER_HH__
00010 #define PFC_WRITER_HH__
00011 
00012 #include "WImage/PixmapWriter.hh"
00013 
00021 class 
00022 PfcWriter: public PixmapWriter
00023 {
00024 public:
00025   
00036   PfcWriter (char const *name, Image *images[], int colors = 3, 
00037              clrmodel cmodel = cm_rgb)
00038     : PixmapWriter (name, images, colors) { colormodel (cmodel); }
00039 
00041   virtual ~PfcWriter (void) {}
00042 
00043 protected: 
00048   virtual int writefmt (void);
00049   
00050 }; /* class PfcWriter */
00051 
00054 #endif /* PFC_WRITER_HH__ */
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines