PicCropperRGB32Impl.h

Go to the documentation of this file.
00001 
00037 #ifndef _PICCROPPERRGB32IMPL_H
00038 #define _PICCROPPERRGB32IMPL_H
00039 
00040 #pragma once
00041 
00042 #include "PicCropperBase.h"
00043 
00044 /*
00045 ===========================================================================
00046   Class definition.
00047 ===========================================================================
00048 */
00049 class PicCropperRGB32Impl: public PicCropperBase
00050 {
00051 public:
00052         // Construction and destruction.
00053         PicCropperRGB32Impl(void) { }
00054         PicCropperRGB32Impl(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) { }
00055         virtual ~PicCropperRGB32Impl(void) {}
00056 
00057         // Interface.
00058         int Crop(void* pInImg, void* pImg);
00059 
00060 };//end PicCropperRGB32Impl.
00061 
00062 #endif  // _PICCROPPERRGB32IMPL_H

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