Go to the documentation of this file.
27 #ifndef vtkImageLogic_h
28 #define vtkImageLogic_h
42 #include "vtkImagingMathModule.h"
56 vtkSetMacro(Operation,
int);
57 vtkGetMacro(Operation,
int);
70 vtkSetMacro(OutputTrueValue,
double);
71 vtkGetMacro(OutputTrueValue,
double);
95 int ext[6],
int id)
override;
Generic filter that has one input.
void SetOperationToNand()
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkImageLogic * New()
void SetInputData(vtkDataObject *)
Assign a data object as input.
topologically and geometrically regular array of data
a simple class to control print indentation
And, or, xor, nand, nor, not.
void ThreadedRequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector, vtkImageData ***inData, vtkImageData **outData, int ext[6], int id) override
If the subclass does not define an Execute method, then the task will be broken up,...
virtual void SetInput1Data(vtkDataObject *input)
Set the Input1 of this filter.
virtual void SetInput2Data(vtkDataObject *input)
Set the Input2 of this filter.
~vtkImageLogic() override
general representation of visualization data