25 #ifndef __vtkImageDotProduct_h
26 #define __vtkImageDotProduct_h
30 #include "vtkImagingMathModule.h"
31 #include "vtkThreadedImageAlgorithm.h"
41 virtual void SetInput1Data(vtkDataObject *in) { this->SetInputData(0,in); }
42 virtual void SetInput2Data(vtkDataObject *in) { this->SetInputData(1,in); }
49 virtual int RequestInformation (vtkInformation *,
50 vtkInformationVector **,
51 vtkInformationVector *);
53 virtual void ThreadedRequestData(vtkInformation *request,
54 vtkInformationVector **inputVector,
55 vtkInformationVector *outputVector,
56 vtkImageData ***inData,
57 vtkImageData **outData,
58 int extent[6],
int threadId);
virtual void SetInput2Data(vtkDataObject *in)
Dot product of two vector images.
virtual void SetInput1Data(vtkDataObject *in)