PicCropperRGB24Impl.h

Go to the documentation of this file.
00001 
00036 #ifndef _PICCROPPERRGB24IMPL_H
00037 #define _PICCROPPERRGB24IMPL_H
00038 
00039 #pragma once
00040 
00041 #include "PicCropperBase.h"
00042 
00043 /*
00044 ===========================================================================
00045   Class definition.
00046 ===========================================================================
00047 */
00048 class PicCropperRGB24Impl: public PicCropperBase
00049 {
00050 public:
00051         // Construction and destruction.
00052         PicCropperRGB24Impl(void) { }
00053         PicCropperRGB24Impl(int widthOut, int heightOut, int widthIn, int heightIn, int left, int right, int top, int bottom): PicCropperBase(widthOut,heightOut,widthIn,heightIn,left,right,top,bottom) { }
00054         virtual ~PicCropperRGB24Impl(void) {}
00055 
00056         // Interface.
00057         int Crop(void* pInImg, void* pImg);
00058 
00059 };//end PicCropperRGB24Impl.
00060 
00061 #endif  // _PICCROPPERRGB24IMPL_H

Generated on Fri Mar 13 14:12:38 2009 for RTVC by  doxygen 1.5.3