#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...
|
|
virtual float | initialValue () const |
| Initial value (zero by default, but need to be different for min/max) More...
|
|
|
template<typename Value_T > |
static void | op (Value_T &accumValue, const Value_T value) |
|
Definition at line 113 of file Resample.h.
◆ Ptr
◆ CPtr
◆ BoxFilter() [1/2]
◆ BoxFilter() [2/2]
BoxFilter::BoxFilter |
( |
const float |
width | ) |
|
|
inline |
◆ eval()
virtual float BoxFilter::eval |
( |
const float |
t | ) |
const |
|
inlinevirtual |
◆ support()
virtual float BoxFilter::support |
( |
| ) |
const |
|
inlinevirtual |
◆ op()
template<typename Value_T >
static void BoxFilter::op |
( |
Value_T & |
accumValue, |
|
|
const Value_T |
value |
|
) |
| |
|
inlinestatic |
◆ isAnalytic
const bool BoxFilter::isAnalytic = false |
|
static |
◆ m_width
const float BoxFilter::m_width |
|
private |
The documentation for this struct was generated from the following file: