#include <plinplacefilter.h>
Inheritance diagram for PLInPlaceFilter:
Public Member Functions | |
virtual void | ApplyInPlace (PLBmpBase *pBmp) const=0 |
In-Place Apply. Applies the filter to pBmp. | |
virtual void | ApplyInPlace (PLBmp *pBmp) const |
In-Place Apply. Simply calls the version for PLBmpBase. |
Definition at line 24 of file plinplacefilter.h.