Documentation for vtkImageLogic

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:

Set/Get the Operation to perform.

void SetOperation (int )
int GetOperation ()
void SetOperationToAnd ()
void SetOperationToOr ()
void SetOperationToXor ()
void SetOperationToNand ()
void SetOperationToNor ()
void SetOperationToNot ()

Set the value to use for true in the output.

void SetOutputTrueValue (float )
float GetOutputTrueValue ()