![]() |
Murl Engine API
Version 2018.3
|
The filter base class. More...
#include <murl_util_filter.h>
The filter base class.
Public Member Functions | |
Filter (Double width) | |
Constructor taking the filter width. More... | |
virtual | ~Filter () |
The destructor. | |
virtual Double | GetWidth () const |
Implementation of IFilter::GetWidth(). More... | |
virtual void | SetWidth (Double width) |
Implementation of IFilter::SetWidth(). More... | |
![]() | |
virtual | ~IFilter () |
The destructor. | |
virtual Double | Apply (Double dValH) const =0 |
Apply the filter horizontally. More... | |
virtual Double | Apply (Double dValH, Double dValV) const =0 |
Apply the filter horizontally and vertically. More... | |
Protected Attributes | |
Double | mWidth |
The filter width. More... | |
|
inline |
Constructor taking the filter width.
width | The filter width. |
|
inlinevirtual |
|
inlinevirtual |
|
protected |
The filter width.