Basic Interpolator type for 3D Data. More...
#include <mia/3d/interpolator.hh>
Public Member Functions | |
virtual T | operator() (const C3DFVector &x) const =0 |
virtual | ~T3DInterpolator () |
Basic Interpolator type for 3D Data.
T | data type to be interpolated |
Definition at line 40 of file 3d/interpolator.hh.
|
inlinevirtual |
a virtual destructor is neccessary for some of the interpolators
Definition at line 44 of file 3d/interpolator.hh.
|
pure virtual |
x | location of data value to read |
Implemented in T3DConvoluteInterpolator< T >.