The base class template for all kinds of interpolators. More...
#include <mia/2d/interpolator.hh>
Public Member Functions | |
virtual T2DVector< T > | derivative_at (const C2DFVector &x) const =0 |
virtual T | operator() (const C2DFVector &x) const =0 |
virtual | ~T2DInterpolator () |
The base class template for all kinds of interpolators.
T | data type to be interpolated |
Basic Interpolator type for 2D Data.
Definition at line 72 of file 2d/interpolator.hh.
|
inlinevirtual |
a virtual destructor is neccessary for some of the interpolators
Definition at line 76 of file 2d/interpolator.hh.
|
pure virtual |
x | location of data value to read |
Implemented in T2DConvoluteInterpolator< T >.
|
pure virtual |
x | location of data value to read |
Implemented in T2DConvoluteInterpolator< T >.