#include <Resample.h>
|
| BoxFilter () |
|
| BoxFilter (const float width) |
|
virtual float | eval (const float x) const |
| Evaluates the filter at coordinate 't'. More...
|
|
virtual float | support () const |
| Radial width of the filter (half of diameter) More...
|
|
Definition at line 107 of file Resample.h.
BoxFilter::BoxFilter |
( |
const float |
width | ) |
|
|
inline |
virtual float BoxFilter::eval |
( |
const float |
t | ) |
const |
|
inlinevirtual |
Evaluates the filter at coordinate 't'.
Implements Filter.
Definition at line 120 of file Resample.h.
virtual float BoxFilter::support |
( |
| ) |
const |
|
inlinevirtual |
Radial width of the filter (half of diameter)
Implements Filter.
Definition at line 129 of file Resample.h.
const float BoxFilter::m_width |
|
private |
The documentation for this struct was generated from the following file: