Wavelet and Image class library  1.3.2
VidReader.hh
Go to the documentation of this file.
00001 /*
00002  * class VidReader
00003  *
00004  * $Date$
00005  * $Revision$
00006  *
00007  */
00008 
00009 #ifndef VID_READER_HH__
00010 #define VID_READER_HH__
00011 
00012 #include "WImage/VideoReader.hh"
00013 
00021 class 
00022 VidReader: public VideoReader
00023 {
00024 public:
00039   VidReader (char const * name, VideoArray < coeff > *arrays[], 
00040              int rawy, int rawx, int colors, int from, int to, int skip = 0);
00041   
00043   virtual ~VidReader (void) {}
00044 
00052   static int framesInFile (const char *fname, int rows, int cols, 
00053                            int colors, int skip);
00054 
00055 protected:
00060   virtual int readfmt (void);
00062   int m_ysize;
00064   int m_xsize;
00066   int m_skip;
00067 }; /* class VidReader */
00068 
00071 #endif /* VID_READER_HH__ */
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines