#include <plcontribdefs.h>
Inheritance diagram for PLContribDef:
Public Member Functions | |
PLContribDef (double dWidth) | |
virtual | ~PLContribDef () |
double | GetWidth () const |
void | SetWidth (double dWidth) |
virtual double | Filter (double dVal) const =0 |
Protected Attributes | |
double | m_dWidth |
|
Definition at line 18 of file plcontribdefs.h. |
|
Definition at line 19 of file plcontribdefs.h. |
|
Implemented in PLBoxContribDef, PLBilinearContribDef, PLGaussianContribDef, PLHammingContribDef, and PLBlackmanContribDef. |
|
Definition at line 21 of file plcontribdefs.h. |
|
Definition at line 22 of file plcontribdefs.h. |
|
Definition at line 32 of file plcontribdefs.h. |