VTK  9.3.20240425
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

◆ VTK_AND

#define VTK_AND   0

Definition at line 19 of file vtkImageLogic.h.

◆ VTK_OR

#define VTK_OR   1

Definition at line 20 of file vtkImageLogic.h.

◆ VTK_XOR

#define VTK_XOR   2

Definition at line 21 of file vtkImageLogic.h.

◆ VTK_NAND

#define VTK_NAND   3

Definition at line 22 of file vtkImageLogic.h.

◆ VTK_NOR

#define VTK_NOR   4

Definition at line 23 of file vtkImageLogic.h.

◆ VTK_NOT

#define VTK_NOT   5

Definition at line 24 of file vtkImageLogic.h.

◆ VTK_NOP

#define VTK_NOP   6

Definition at line 25 of file vtkImageLogic.h.