#include "vtkPolyDataSourceWidget.h"
#include "vtkCNMRRWidgetsWin32Header.h"
Include dependency graph for vtkImageRGBPlaneWidget.h:

Go to the source code of this file.
Classes | |
| class | vtkImageRGBPlaneWidget |
| 3D widget for reslicing image data More... | |
Defines | |
| #define | VTK_NEAREST_RESLICE 0 |
| #define | VTK_LINEAR_RESLICE 1 |
| #define | VTK_CUBIC_RESLICE 2 |
| #define VTK_NEAREST_RESLICE 0 |
Definition at line 134 of file vtkImageRGBPlaneWidget.h.
Referenced by vtkImageRGBPlaneWidget::SetResliceInterpolateToNearestNeighbour().
| #define VTK_LINEAR_RESLICE 1 |
Definition at line 135 of file vtkImageRGBPlaneWidget.h.
Referenced by vtkImageRGBPlaneWidget::SetResliceInterpolateToLinear().
| #define VTK_CUBIC_RESLICE 2 |
Definition at line 136 of file vtkImageRGBPlaneWidget.h.
Referenced by vtkImageRGBPlaneWidget::SetResliceInterpolateToCubic().
1.4.7