Main Page | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members

DeltaPanel.h

Go to the documentation of this file.
00001 #ifndef DELTAPANEL_HPP 00002 #define DELTAPANEL_HPP 00003 00004 #include "CamPanel.h" 00005 #include "VideoDevice.h" 00006 00007 class CDeltaPanel: public CCamPanel 00008 { 00009 private: 00010 CVideoDevice *pVideo; 00011 int Pixels; 00012 00013 void Calculate(int n, void *dst, void *src1, void *src2); 00014 00015 public: 00016 CDeltaPanel(CVideoDevice *video); 00017 00018 virtual void UpdatePanel(); 00019 }; 00020 00021 #endif

Generated on Wed Dec 13 23:38:46 2006 for CamStream by doxygen 1.3.7