29 #ifndef vtkImageCheckerboard_h
30 #define vtkImageCheckerboard_h
32 #include "vtkImagingGeneralModule.h"
47 vtkSetVector3Macro(NumberOfDivisions,
int);
48 vtkGetVectorMacro(NumberOfDivisions,
int,3);
66 int extent[6],
int threadId);
67 int NumberOfDivisions[3];
void SetInputData(vtkDataObject *)
Assign a data object as input.
Generic filter that has one input.
virtual void SetInput1Data(vtkDataObject *in)
Set the two inputs to this filter.
a simple class to control print indentation
topologically and geometrically regular array of data
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, multiple threads will be spawned, and each thread will call this method.
show two images at once using a checkboard pattern
static vtkAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual void SetInput2Data(vtkDataObject *in)
general representation of visualization data