Go to the documentation of this file.
31 #ifndef vtkImageInterpolator_h
32 #define vtkImageInterpolator_h
34 #include "vtkImagingCoreModule.h"
50 virtual void SetInterpolationMode(
int mode);
58 virtual const char *GetInterpolationModeAsString();
85 virtual
void PrecomputeWeightsForExtent(
86 const
double matrix[16], const
int extent[6],
int newExtent[6],
88 virtual
void PrecomputeWeightsForExtent(
89 const
float matrix[16], const
int extent[6],
int newExtent[6],
105 virtual
void InternalUpdate() VTK_OVERRIDE;
116 virtual
void GetInterpolationFunc(
119 virtual
void GetInterpolationFunc(
128 virtual
void GetRowInterpolationFunc(
131 virtual
void GetRowInterpolationFunc(
136 int InterpolationMode;
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
#define VTK_CUBIC_INTERPOLATION
#define VTK_NEAREST_INTERPOLATION
void SetInterpolationModeToCubic()
interpolate data values from images
int GetInterpolationMode()
virtual void ComputeSupportSize(const double matrix[16], int support[3])=0
Get the support size for use in computing update extents.
a simple class to control print indentation
#define VTK_LINEAR_INTERPOLATION
virtual bool IsSeparable()=0
True if the interpolation is separable, which means that the weights can be precomputed in order to a...
interpolate data values from images
void SetInterpolationModeToNearest()
void SetInterpolationModeToLinear()