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