26 #ifndef vtkImageCheckerboard_h 27 #define vtkImageCheckerboard_h 29 #include "vtkImagingGeneralModule.h" 44 vtkSetVector3Macro(NumberOfDivisions,
int);
45 vtkGetVectorMacro(NumberOfDivisions,
int,3);
63 int extent[6],
int threadId)
override;
64 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,...
show two images at once using a checkboard pattern
static vtkAlgorithm * New()
~vtkImageCheckerboard() override
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