Field3D
|
#include <Resample.h>
Public Types | |
typedef boost::shared_ptr< const Filter > | CPtr |
typedef boost::shared_ptr< Filter > | Ptr |
Public Member Functions | |
virtual float | eval (const float t) const =0 |
Evaluates the filter at coordinate 't'. More... | |
virtual float | support () const =0 |
Radial width of the filter (half of diameter) More... | |
Definition at line 87 of file Resample.h.
typedef boost::shared_ptr<Filter> Filter::Ptr |
Definition at line 91 of file Resample.h.
typedef boost::shared_ptr<const Filter> Filter::CPtr |
Definition at line 92 of file Resample.h.
|
pure virtual |
Evaluates the filter at coordinate 't'.
Implemented in MitchellFilter, GaussianFilter, TriangleFilter, and BoxFilter.
|
pure virtual |
Radial width of the filter (half of diameter)
Implemented in MitchellFilter, GaussianFilter, TriangleFilter, and BoxFilter.