#include <plfilterresizehamming.h>
Inheritance diagram for PLFilterResizeHamming:
Public Member Functions | |
PLFilterResizeHamming (int NewXSize, int NewYSize, double NewRadius) | |
virtual void | Apply (PLBmp *pBmpSource, PLBmp *pBmpDest) const |
Applies the Filter to pBmpSource and stores the result in pBmpDest. | |
Private Attributes | |
double | m_NewRadius |
Definition at line 21 of file plfilterresizehamming.h.
|
Definition at line 17 of file plfilterresizehamming.cpp. |
|
Applies the Filter to pBmpSource and stores the result in pBmpDest. The base-class version copies the bitmap before calling ApplyInPlace (pBmpDest). Reimplemented from PLFilter. Definition at line 23 of file plfilterresizehamming.cpp. References CDataRGBA_UBYTE::_RowType, PLBmp::Create(), PLBmp::GetBitsPerPixel(), PLBmp::GetHeight(), PLBmp::GetLineArray(), PLBmp::GetResolution(), PLBmp::GetWidth(), PLBmp::HasAlpha(), m_NewRadius, PLASSERT, and C2PassScale< DataClass >::Scale(). |
Here is the call graph for this function:
|
Definition at line 30 of file plfilterresizehamming.h. Referenced by Apply(). |