Interpolator base class providing the full interface. More...
#include <mia/core/interpolator1d.hh>
Public Member Functions | |
virtual coeff_map< T >::coeff_type | derivative_at (const double &x) const =0 |
virtual T | operator() (const double &x) const =0 |
Public Member Functions inherited from C1DInterpolator | |
virtual | ~C1DInterpolator () |
Interpolator base class providing the full interface.
Basic Interpolator type for 1D Data.
T | data type to be interpolated over |
Definition at line 78 of file interpolator1d.hh.
|
pure virtual |
interface to evaluate the derivative of the spline defined function
x |
Implemented in T1DConvoluteInterpolator< T >.
|
pure virtual |
x | location of data value to read |
Implemented in T1DConvoluteInterpolator< T >.