26 #ifndef vtkImageDotProduct_h 27 #define vtkImageDotProduct_h 31 #include "vtkImagingMathModule.h" 59 int extent[6],
int threadId)
override;
void SetInputData(vtkDataObject *)
Assign a data object as input.
Generic filter that has one input.
virtual void SetInput2Data(vtkDataObject *in)
~vtkImageDotProduct() override
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 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, multiple threads will be spawned, and each thread will call this method.
Dot product of two vector images.
virtual void SetInput1Data(vtkDataObject *in)
Set the two inputs to this filter.
static vtkAlgorithm * New()
general representation of visualization data