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];
general representation of visualization data
void SetInputData(vtkDataObject *)
Assign a data object as input.
show two images at once using a checkboard pattern
virtual void SetInput2Data(vtkDataObject *in)
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,...
static vtkImageCheckerboard * New()
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
virtual void SetInput1Data(vtkDataObject *in)
Set the two inputs to this filter.
topologically and geometrically regular array of data
a simple class to control print indentation
Generic filter that has one input.