19 #ifndef vtkGenericImageInterpolator_h
20 #define vtkGenericImageInterpolator_h
23 #include "vtkImagingCoreModule.h"
25 VTK_ABI_NAMESPACE_BEGIN
void GetRowInterpolationFunc(void(**doublefunc)(vtkInterpolationWeights *, int, int, int, double *, int)) override
Get the row interpolation functions.
void GetInterpolationFunc(void(**doublefunc)(vtkInterpolationInfo *, const double[3], double *)) override
Get the interpolation functions.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
a simple class to control print indentation
virtual void Update()
Update the interpolator.
interpolate data values from images
static vtkImageInterpolator * New()
interpolate data values from images using vtkGenericDataArray API