|  | VTK
    9.0.1
    | 
 
 
 
Go to the documentation of this file.
   26 #ifndef vtkImageCheckerboard_h 
   27 #define vtkImageCheckerboard_h 
   29 #include "vtkImagingGeneralModule.h"  
   43   vtkSetVector3Macro(NumberOfDivisions, 
int);
 
   44   vtkGetVectorMacro(NumberOfDivisions, 
int, 3);
 
   59     int extent[6], 
int threadId) 
override;
 
   60   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)