#include <plfilterresizegaussian.h>
Inheritance diagram for PLFilterResizeGaussian:
Public Member Functions | |
PLFilterResizeGaussian (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 plfilterresizegaussian.h.
|
Definition at line 17 of file plfilterresizegaussian.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 plfilterresizegaussian.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 plfilterresizegaussian.h. Referenced by Apply(). |