#include "vtkThreadedImageAlgorithm.h"
#include "vtkCNMRRImagingWin32Header.h"
Include dependency graph for vtkImageFindPhaseLabels.h:

Go to the source code of this file.
Classes | |
| class | vtkImageFindPhaseLabels |
| Find 2D or 3D phase labels for use with vtkImagePRELUDE. More... | |
Defines | |
| #define | VTK_FIND_LABELS_HYBRID2D 0 |
| #define | VTK_FIND_LABELS_2D 1 |
| #define | VTK_FIND_LABELS_3D 2 |
| #define VTK_FIND_LABELS_HYBRID2D 0 |
Definition at line 59 of file vtkImageFindPhaseLabels.h.
Referenced by vtkImageFindPhaseLabels::SetLabelOperationToHybrid2D().
| #define VTK_FIND_LABELS_2D 1 |
Definition at line 60 of file vtkImageFindPhaseLabels.h.
Referenced by vtkImageFindPhaseLabels::SetLabelOperationTo2D().
| #define VTK_FIND_LABELS_3D 2 |
Definition at line 61 of file vtkImageFindPhaseLabels.h.
Referenced by vtkImageFindPhaseLabels::SetLabelOperationTo3D().
1.4.7