28#ifndef vtkGenericImageInterpolator_h
29#define vtkGenericImageInterpolator_h
32#include "vtkImagingCoreModule.h"
interpolate data values from images using vtkGenericDataArray API
void GetRowInterpolationFunc(void(**floatfunc)(vtkInterpolationWeights *, int, int, int, float *, int)) override
Get the row interpolation functions.
void Update() override
Update the interpolator.
static vtkGenericImageInterpolator * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void GetInterpolationFunc(void(**floatfunc)(vtkInterpolationInfo *, const float[3], float *)) override
Get the interpolation functions.
~vtkGenericImageInterpolator() override
vtkGenericImageInterpolator()
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.
interpolate data values from images
a simple class to control print indentation