#include <plfilterpixel.h>
Inheritance diagram for PLFilterPixel< PixelC, PixelOp >:
Public Member Functions | |
PLFilterPixel () | |
virtual | ~PLFilterPixel () |
void | ApplyInPlace (PLBmp *pBmp) const |
In-Place Apply. |
|
Definition at line 39 of file plfilterpixel.h. |
|
Definition at line 44 of file plfilterpixel.h. |
|
In-Place Apply. Applies the filter to pBmp. The base-class version copies the bitmap after calling Apply (pBmp, pTempBmp). Reimplemented from PLFilter. Definition at line 49 of file plfilterpixel.h. References PLBmp::GetBitsPerPixel(), PLBmp::GetHeight(), PLBmp::GetLineArray(), PLBmp::GetWidth(), and PLASSERT. |
Here is the call graph for this function: