![]() |
Plasma Engine
2.0
|
Represents a function used for filtering an image. More...
#include <ImageFilter.h>

Public Member Functions | |
| virtual plSimdFloat | SamplePoint (const plSimdFloat &x) const =0 |
| Samples the filter function at a single point. Note that the distribution isn't necessarily normalized. | |
| plSimdFloat | GetWidth () const |
| Returns the width of the filter; outside of the interval [-width, width], the filter function is always zero. | |
Protected Member Functions | |
| plImageFilter (float width) | |
Represents a function used for filtering an image.
|
pure virtual |
Samples the filter function at a single point. Note that the distribution isn't necessarily normalized.
Implemented in plImageFilterBox, plImageFilterSincWithKaiserWindow, and plImageFilterTriangle.