|
Field3D
|
#include <Resample.h>
Public Types | |
| typedef boost::shared_ptr< const BoxFilter > | CPtr |
| typedef boost::shared_ptr< BoxFilter > | Ptr |
Public Types inherited from Filter | |
| typedef boost::shared_ptr< const Filter > | CPtr |
| typedef boost::shared_ptr< Filter > | Ptr |
Public Member Functions | |
| 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... | |
Private Attributes | |
| const float | m_width |
Definition at line 107 of file Resample.h.
| typedef boost::shared_ptr<BoxFilter> BoxFilter::Ptr |
Definition at line 110 of file Resample.h.
| typedef boost::shared_ptr<const BoxFilter> BoxFilter::CPtr |
Definition at line 111 of file Resample.h.
|
inline |
Definition at line 113 of file Resample.h.
|
inline |
Definition at line 116 of file Resample.h.
|
inlinevirtual |
Evaluates the filter at coordinate 't'.
Implements Filter.
Definition at line 120 of file Resample.h.
References m_width.
|
inlinevirtual |
Radial width of the filter (half of diameter)
Implements Filter.
Definition at line 129 of file Resample.h.
References m_width.
|
private |
Definition at line 134 of file Resample.h.