Wavelet and Image class library  1.3.2
AviWriter.hh
Go to the documentation of this file.
00001 /*
00002  * class AviWriter
00003  *
00004  * $Date$
00005  * $Revision$
00006  *
00007  */
00008 
00009 #ifndef AVI_WRITER_HH__
00010 #define AVI_WRITER_HH__
00011 
00012 #include "WImage/VideoWriter.hh"
00013 
00021 class 
00022 AviWriter: public VideoWriter
00023 {
00024 public:
00025   
00036   AviWriter (char const *name, VideoArray < coeff > *arrays[], int channels,
00037              double fps) 
00038     : VideoWriter (name, arrays, channels) { m_frameRate = fps ; }
00039 
00040 protected: 
00045   virtual int writefmt (void);
00047   double m_frameRate;
00048 }; /* class AviWriter */
00049 
00052 #endif /* AVI_WRITER_HH__ */
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines