#include "vtkThreadedImageAlgorithm.h"
Include dependency graph for vtkImageLogic.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
| class | vtkImageLogic |
| And, or, xor, nand, nor, not. More... | |
Defines | |
| #define | VTK_AND 0 |
| #define | VTK_OR 1 |
| #define | VTK_XOR 2 |
| #define | VTK_NAND 3 |
| #define | VTK_NOR 4 |
| #define | VTK_NOT 5 |
| #define | VTK_NOP 6 |
|
|
Definition at line 42 of file vtkImageLogic.h. Referenced by vtkImageMaskBits::SetOperationToAnd(), and vtkImageLogic::SetOperationToAnd(). |
|
|
Definition at line 43 of file vtkImageLogic.h. Referenced by vtkImageMaskBits::SetOperationToOr(), and vtkImageLogic::SetOperationToOr(). |
|
|
Definition at line 44 of file vtkImageLogic.h. Referenced by vtkImageMaskBits::SetOperationToXor(), and vtkImageLogic::SetOperationToXor(). |
|
|
Definition at line 45 of file vtkImageLogic.h. Referenced by vtkImageMaskBits::SetOperationToNand(), and vtkImageLogic::SetOperationToNand(). |
|
|
Definition at line 46 of file vtkImageLogic.h. Referenced by vtkImageMaskBits::SetOperationToNor(), and vtkImageLogic::SetOperationToNor(). |
|
|
Definition at line 47 of file vtkImageLogic.h. Referenced by vtkImageLogic::SetOperationToNot(). |
|
|
Definition at line 48 of file vtkImageLogic.h. |