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

Go to the source code of this file.
Classes | |
| class | vtkImageComparison |
| Greater than, less than, greater than equal, less than equal, and equals. More... | |
Defines | |
| #define | VTK_GREATER_THAN 0 |
| #define | VTK_LESS_THAN 1 |
| #define | VTK_GREATER_THAN_EQUAL 2 |
| #define | VTK_LESS_THAN_EQUAL 3 |
| #define | VTK_EQUAL 4 |
| #define VTK_GREATER_THAN 0 |
Definition at line 42 of file vtkImageComparison.h.
Referenced by vtkImageComparison::SetOperationToGreaterThan().
| #define VTK_LESS_THAN 1 |
Definition at line 43 of file vtkImageComparison.h.
Referenced by vtkImageComparison::SetOperationToLessThan().
| #define VTK_GREATER_THAN_EQUAL 2 |
Definition at line 44 of file vtkImageComparison.h.
Referenced by vtkImageComparison::SetOperationToGreaterThanEqual().
| #define VTK_LESS_THAN_EQUAL 3 |
Definition at line 45 of file vtkImageComparison.h.
Referenced by vtkImageComparison::SetOperationToLessThanEqual().
| #define VTK_EQUAL 4 |
Definition at line 46 of file vtkImageComparison.h.
Referenced by vtkImageComparison::SetOperationToEqual().
1.4.7