#include <plfilterfillrect.h>
Inheritance diagram for PLFilterFillRect< PixelC >:
Public Member Functions | |
PLFilterFillRect (PLPoint min, PLPoint max, const PixelC &Color) | |
virtual | ~PLFilterFillRect () |
virtual void | ApplyInPlace (PLBmp *pBmp) const |
In-Place Apply. | |
Private Attributes | |
PixelC | m_Color |
PLPoint | m_min |
PLPoint | m_max |
|
Definition at line 37 of file plfilterfillrect.h. |
|
Definition at line 45 of file plfilterfillrect.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 51 of file plfilterfillrect.h. References PLBmp::GetLineArray(), PLFilterFillRect< PixelC >::m_max, PLFilterFillRect< PixelC >::m_min, PLPoint::x, and PLPoint::y. |
Here is the call graph for this function:
|
Definition at line 30 of file plfilterfillrect.h. |
|
Definition at line 32 of file plfilterfillrect.h. Referenced by PLFilterFillRect< PixelC >::ApplyInPlace(). |
|
Definition at line 31 of file plfilterfillrect.h. Referenced by PLFilterFillRect< PixelC >::ApplyInPlace(). |