VTK
Classes | Macros
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...
 

Macros

#define VTK_IMAGE_BORDER_CLAMP   0
 
#define VTK_IMAGE_BORDER_REPEAT   1
 
#define VTK_IMAGE_BORDER_MIRROR   2
 

Macro Definition Documentation

#define VTK_IMAGE_BORDER_CLAMP   0

Definition at line 39 of file vtkAbstractImageInterpolator.h.

#define VTK_IMAGE_BORDER_REPEAT   1

Definition at line 40 of file vtkAbstractImageInterpolator.h.

#define VTK_IMAGE_BORDER_MIRROR   2

Definition at line 41 of file vtkAbstractImageInterpolator.h.