#include "vtkImageToImageFilter.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... | |
Defines | |
#define | VTK_RESLICE_NEAREST 0 |
#define | VTK_RESLICE_LINEAR 1 |
#define | VTK_RESLICE_CUBIC 3 |
|
Definition at line 71 of file vtkImageReslice.h. Referenced by vtkImageReslice::GetInterpolationModeAsString(), and vtkImageReslice::SetInterpolationModeToNearestNeighbor(). |
|
Definition at line 72 of file vtkImageReslice.h. Referenced by vtkImageReslice::GetInterpolationModeAsString(), and vtkImageReslice::SetInterpolationModeToLinear(). |
|
Definition at line 73 of file vtkImageReslice.h. Referenced by vtkImageReslice::GetInterpolationModeAsString(), and vtkImageReslice::SetInterpolationModeToCubic(). |