Main Page | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members | Related Pages

vtkImageReslice.h File Reference

#include "vtkImageToImageFilter.h"

Go to the source code of this file.

Defines

#define VTK_RESLICE_NEAREST   0
#define VTK_RESLICE_LINEAR   1
#define VTK_RESLICE_CUBIC   3


Define Documentation

#define VTK_RESLICE_NEAREST   0
 

Definition at line 65 of file vtkImageReslice.h.

Referenced by vtkImageReslice::GetInterpolate(), vtkImageReslice::GetInterpolationModeAsString(), and vtkImageReslice::SetInterpolationModeToNearestNeighbor().

#define VTK_RESLICE_LINEAR   1
 

Definition at line 66 of file vtkImageReslice.h.

Referenced by vtkImageReslice::GetInterpolationModeAsString(), and vtkImageReslice::SetInterpolationModeToLinear().

#define VTK_RESLICE_CUBIC   3
 

Definition at line 67 of file vtkImageReslice.h.

Referenced by vtkImageReslice::GetInterpolationModeAsString(), and vtkImageReslice::SetInterpolationModeToCubic().