VTK
Classes | Macros
vtkImageLogic.h File Reference
#include "vtkImagingMathModule.h"
#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...
 

Macros

#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
 

Macro Definition Documentation

#define VTK_AND   0

Definition at line 32 of file vtkImageLogic.h.

#define VTK_OR   1

Definition at line 33 of file vtkImageLogic.h.

#define VTK_XOR   2

Definition at line 34 of file vtkImageLogic.h.

#define VTK_NAND   3

Definition at line 35 of file vtkImageLogic.h.

#define VTK_NOR   4

Definition at line 36 of file vtkImageLogic.h.

#define VTK_NOT   5

Definition at line 37 of file vtkImageLogic.h.

#define VTK_NOP   6

Definition at line 38 of file vtkImageLogic.h.