29 #ifndef __vtkImageCorrelation_h
30 #define __vtkImageCorrelation_h
34 #include "vtkImagingGeneralModule.h"
35 #include "vtkThreadedImageAlgorithm.h"
42 void PrintSelf(ostream& os, vtkIndent indent);
47 vtkSetClampMacro(Dimensionality,
int,2,3);
48 vtkGetMacro(Dimensionality,
int);
52 virtual void SetInput1Data(vtkDataObject *in) { this->SetInputData(0,in); }
55 virtual void SetInput2Data(vtkDataObject *in) { this->SetInputData(1,in); }
62 virtual int RequestInformation (vtkInformation *,
63 vtkInformationVector **,
64 vtkInformationVector *);
65 virtual int RequestUpdateExtent(vtkInformation*,
66 vtkInformationVector**,
67 vtkInformationVector*);
69 virtual void ThreadedRequestData(vtkInformation *request,
70 vtkInformationVector **inputVector,
71 vtkInformationVector *outputVector,
72 vtkImageData ***inData,
73 vtkImageData **outData,
74 int extent[6],
int threadId);
virtual void SetInput2Data(vtkDataObject *in)
Correlation imageof the two inputs.
virtual void SetInput1Data(vtkDataObject *in)