dox/Imaging/vtkImageLogic.h File Reference

#include "vtkImageTwoInputFilter.h"

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


Define Documentation

#define VTK_AND   0
 

Definition at line 31 of file vtkImageLogic.h.

Referenced by vtkImageMaskBits::SetOperationToAnd(), and vtkImageLogic::SetOperationToAnd().

#define VTK_OR   1
 

Definition at line 32 of file vtkImageLogic.h.

Referenced by vtkImageMaskBits::SetOperationToOr(), and vtkImageLogic::SetOperationToOr().

#define VTK_XOR   2
 

Definition at line 33 of file vtkImageLogic.h.

Referenced by vtkImageMaskBits::SetOperationToXor(), and vtkImageLogic::SetOperationToXor().

#define VTK_NAND   3
 

Definition at line 34 of file vtkImageLogic.h.

Referenced by vtkImageMaskBits::SetOperationToNand(), and vtkImageLogic::SetOperationToNand().

#define VTK_NOR   4
 

Definition at line 35 of file vtkImageLogic.h.

Referenced by vtkImageMaskBits::SetOperationToNor(), and vtkImageLogic::SetOperationToNor().

#define VTK_NOT   5
 

Definition at line 36 of file vtkImageLogic.h.

Referenced by vtkImageLogic::SetOperationToNot().

#define VTK_NOP   6
 

Definition at line 37 of file vtkImageLogic.h.