VTK  9.3.20240327
Classes | Macros
vtkImageReslice.h File Reference
#include "vtkImagingCoreModule.h"
#include "vtkThreadedImageAlgorithm.h"
Include dependency graph for vtkImageReslice.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  vtkImageReslice
 Reslices a volume along a new set of axes. More...
 

Macros

#define VTK_RESLICE_NEAREST   VTK_NEAREST_INTERPOLATION
 
#define VTK_RESLICE_LINEAR   VTK_LINEAR_INTERPOLATION
 
#define VTK_RESLICE_CUBIC   VTK_CUBIC_INTERPOLATION
 

Macro Definition Documentation

◆ VTK_RESLICE_NEAREST

#define VTK_RESLICE_NEAREST   VTK_NEAREST_INTERPOLATION

Definition at line 90 of file vtkImageReslice.h.

◆ VTK_RESLICE_LINEAR

#define VTK_RESLICE_LINEAR   VTK_LINEAR_INTERPOLATION

Definition at line 91 of file vtkImageReslice.h.

◆ VTK_RESLICE_CUBIC

#define VTK_RESLICE_CUBIC   VTK_CUBIC_INTERPOLATION

Definition at line 92 of file vtkImageReslice.h.