19#ifndef vtkGenericImageInterpolator_h 
   20#define vtkGenericImageInterpolator_h 
   23#include "vtkImagingCoreModule.h"  
   25VTK_ABI_NAMESPACE_BEGIN
 
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