29 #ifndef __vtkImageCorrelation_h
30 #define __vtkImageCorrelation_h
34 #include "vtkImagingGeneralModule.h"
42 void PrintSelf(ostream& os, vtkIndent indent);
47 vtkSetClampMacro(Dimensionality,
int,2,3);
48 vtkGetMacro(Dimensionality,
int);
63 vtkInformationVector **,
64 vtkInformationVector *);
66 vtkInformationVector**,
67 vtkInformationVector*);
70 vtkInformationVector **inputVector,
71 vtkInformationVector *outputVector,
72 vtkImageData ***inData,
73 vtkImageData **outData,
74 int extent[6],
int threadId);
virtual void SetInput2Data(vtkDataObject *in)
void SetInputData(vtkDataObject *)
void PrintSelf(ostream &os, vtkIndent indent)
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Generic filter that has one input..
Correlation imageof the two inputs.
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
virtual void ThreadedRequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector, vtkImageData ***inData, vtkImageData **outData, int extent[6], int threadId)
virtual void SetInput1Data(vtkDataObject *in)
static vtkAlgorithm * New()
general representation of visualization data