vtkImageLogic - And, or, xor, nand, nor, not.
Super Class: vtkImageTwoInputFilter
Description:
vtkImageLogic implents basic logic operations. SetOperation is used to select the filter's behavior. The filter can take two or one input. Inputs must have the same type.
Methods:
![]() | void vtkImageLogic () |
![]() | static vtkImageLogic *New () |
![]() | const char *GetClassName () |
![]() | void PrintSelf (unknown & ,vtkIndent ) |
![]() | void SetOperation (int ) |
![]() | int GetOperation () |
![]() | void SetOperationToAnd () |
![]() | void SetOperationToOr () |
![]() | void SetOperationToXor () |
![]() | void SetOperationToNand () |
![]() | void SetOperationToNor () |
![]() | void SetOperationToNot () |
![]() | void SetOutputTrueValue (float ) |
![]() | float GetOutputTrueValue () |
![]() | void ThreadedExecute (vtkImageData ,vtkImageData * ,int ,int ) |
Detailed Method Descriptions:
![]() | void SetOutputTrueValue (float ) |
![]() | float GetOutputTrueValue () |