|
Field3D
|
#include <Resample.h>
Public Types | |
| typedef boost::shared_ptr< const TriangleFilter > | CPtr |
| typedef boost::shared_ptr< TriangleFilter > | Ptr |
Public Types inherited from Filter | |
| typedef boost::shared_ptr< const Filter > | CPtr |
| typedef boost::shared_ptr< Filter > | Ptr |
Public Member Functions | |
| 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... | |
| TriangleFilter () | |
| TriangleFilter (const float width) | |
Private Attributes | |
| const float | m_width |
Definition at line 141 of file Resample.h.
| typedef boost::shared_ptr<TriangleFilter> TriangleFilter::Ptr |
Definition at line 144 of file Resample.h.
| typedef boost::shared_ptr<const TriangleFilter> TriangleFilter::CPtr |
Definition at line 145 of file Resample.h.
|
inline |
Definition at line 147 of file Resample.h.
|
inline |
Definition at line 150 of file Resample.h.
|
inlinevirtual |
Evaluates the filter at coordinate 't'.
Implements Filter.
Definition at line 154 of file Resample.h.
|
inlinevirtual |
Radial width of the filter (half of diameter)
Implements Filter.
Definition at line 162 of file Resample.h.
|
private |
Definition at line 167 of file Resample.h.