27 #ifndef vtkImageCorrelation_h
28 #define vtkImageCorrelation_h
32 #include "vtkImagingGeneralModule.h"
47 vtkSetClampMacro(Dimensionality,
int,2,3);
48 vtkGetMacro(Dimensionality,
int);
71 vtkInformationVector*) VTK_OVERRIDE;
73 void ThreadedRequestData(vtkInformation *request,
74 vtkInformationVector **inputVector,
75 vtkInformationVector *outputVector,
78 int extent[6],
int threadId) VTK_OVERRIDE;
virtual void SetInput2Data(vtkDataObject *in)
Set the correlation kernel.
void SetInputData(vtkDataObject *)
Assign a data object as input.
Generic filter that has one input.
Correlation imageof the two inputs.
a simple class to control print indentation
topologically and geometrically regular array of data
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
Subclasses can reimplement this method to collect information from their inputs and set information f...
virtual void SetInput1Data(vtkDataObject *in)
Set the input image.
static vtkAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
~vtkImageCorrelation() override
general representation of visualization data