Go to the documentation of this file.
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)
override;
67 int NumberOfDivisions[3];
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,...
show two images at once using a checkboard pattern
Generic filter that has one input.
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()
~vtkImageCheckerboard() override
virtual void SetInput1Data(vtkDataObject *in)
Set the two inputs to this filter.
general representation of visualization data
virtual void SetInput2Data(vtkDataObject *in)