VTK  9.3.20240418
Classes | Enumerations
vtkAbstractImageInterpolator.h File Reference
#include "vtkImagingCoreModule.h"
#include "vtkObject.h"
Include dependency graph for vtkAbstractImageInterpolator.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  vtkAbstractImageInterpolator
 interpolate data values from images More...
 

Enumerations

enum  vtkImageBorderMode : int { VTK_IMAGE_BORDER_CLAMP = 0 , VTK_IMAGE_BORDER_REPEAT = 1 , VTK_IMAGE_BORDER_MIRROR = 2 }
 

Enumeration Type Documentation

◆ vtkImageBorderMode

enum vtkImageBorderMode : int
Enumerator
VTK_IMAGE_BORDER_CLAMP 
VTK_IMAGE_BORDER_REPEAT 
VTK_IMAGE_BORDER_MIRROR 

Definition at line 27 of file vtkAbstractImageInterpolator.h.