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;
virtual void ThreadedRequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector, vtkImageData ***inData, vtkImageData **outData, int extent[6], int threadId)
If the subclass does not define an Execute method, then the task will be broken up,...
Generic filter that has one input.
void SetOperationToNand()
void SetInputData(vtkDataObject *)
Assign a data object as input.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
topologically and geometrically regular array of data
a simple class to control print indentation
static vtkAlgorithm * New()
And, or, xor, nand, nor, not.
virtual void SetInput1Data(vtkDataObject *input)
Set the Input1 of this filter.
virtual void SetInput2Data(vtkDataObject *input)
Set the Input2 of this filter.
~vtkImageLogic() override
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
general representation of visualization data