#include <Resample.h>
|
virtual float | eval (const float x) const |
| Evaluates the filter at coordinate 't'. More...
|
|
virtual float | initialValue () const |
| Initial value (zero by default, but need to be different for min/max) More...
|
|
| MinFilter () |
|
| MinFilter (const float width) |
|
virtual float | support () const |
| Radial width of the filter (half of diameter) More...
|
|
|
template<typename T > |
static void | op (Imath::Vec3< T > &accumValue, const Imath::Vec3< T > value) |
|
template<typename Value_T > |
static void | op (Value_T &accumValue, const Value_T value) |
|
Definition at line 153 of file Resample.h.
◆ Ptr
◆ CPtr
◆ MinFilter() [1/2]
◆ MinFilter() [2/2]
MinFilter::MinFilter |
( |
const float |
width | ) |
|
|
inline |
◆ eval()
virtual float MinFilter::eval |
( |
const float |
t | ) |
const |
|
inlinevirtual |
◆ support()
virtual float MinFilter::support |
( |
| ) |
const |
|
inlinevirtual |
◆ initialValue()
virtual float MinFilter::initialValue |
( |
| ) |
const |
|
inlinevirtual |
Initial value (zero by default, but need to be different for min/max)
Reimplemented from Filter.
Definition at line 182 of file Resample.h.
References detail::max().
◆ op() [1/2]
template<typename T >
static void MinFilter::op |
( |
Imath::Vec3< T > & |
accumValue, |
|
|
const Imath::Vec3< T > |
value |
|
) |
| |
|
inlinestatic |
◆ op() [2/2]
template<typename Value_T >
static void MinFilter::op |
( |
Value_T & |
accumValue, |
|
|
const Value_T |
value |
|
) |
| |
|
inlinestatic |
◆ isAnalytic
const bool MinFilter::isAnalytic = true |
|
static |
◆ m_width
const float MinFilter::m_width |
|
private |
The documentation for this struct was generated from the following file: