 |
VTK
9.1.0
|
Go to the documentation of this file.
28 #ifndef vtkGenericImageInterpolator_h
29 #define vtkGenericImageInterpolator_h
32 #include "vtkImagingCoreModule.h"
void GetInterpolationFunc(void(**floatfunc)(vtkInterpolationInfo *, const float[3], float *)) override
Get the 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.
void Update() override
Update the interpolator.
interpolate data values from images
void GetRowInterpolationFunc(void(**doublefunc)(vtkInterpolationWeights *, int, int, int, double *, int)) override
Get the row interpolation functions.
vtkGenericImageInterpolator()
a simple class to control print indentation
~vtkGenericImageInterpolator() override
interpolate data values from images using vtkGenericDataArray API
static vtkGenericImageInterpolator * New()
void GetRowInterpolationFunc(void(**floatfunc)(vtkInterpolationWeights *, int, int, int, float *, int)) override
Get the row interpolation functions.