#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.
| BoxFilter::BoxFilter |
( |
const float |
width | ) |
|
|
inline |
| virtual float BoxFilter::eval |
( |
const float |
t | ) |
const |
|
inlinevirtual |
| virtual float BoxFilter::support |
( |
| ) |
const |
|
inlinevirtual |
template<typename Value_T >
| static void BoxFilter::op |
( |
Value_T & |
accumValue, |
|
|
const Value_T |
value |
|
) |
| |
|
inlinestatic |
| const bool BoxFilter::isAnalytic = false |
|
static |
| const float BoxFilter::m_width |
|
private |
The documentation for this struct was generated from the following file: