Dot product of two vector images.
More...
#include <vtkImageDotProduct.h>
Inherits vtkThreadedImageAlgorithm.
Dot product of two vector images.
vtkImageDotProduct interprets the scalar components of two images as vectors and takes the dot product vector by vector (pixel by pixel).
- Tests:
- vtkImageDotProduct (Tests)
Definition at line 33 of file vtkImageDotProduct.h.
vtkImageDotProduct::vtkImageDotProduct |
( |
| ) |
|
|
protected |
vtkImageDotProduct::~vtkImageDotProduct |
( |
| ) |
|
|
inlineprotected |
static int vtkImageDotProduct::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
virtual int vtkImageDotProduct::IsA |
( |
const char * |
type | ) |
|
|
virtual |
virtual vtkObjectBase* vtkImageDotProduct::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
virtual void vtkImageDotProduct::SetInput1Data |
( |
vtkDataObject * |
in | ) |
|
|
inlinevirtual |
virtual void vtkImageDotProduct::SetInput2Data |
( |
vtkDataObject * |
in | ) |
|
|
inlinevirtual |
virtual int vtkImageDotProduct::RequestInformation |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protectedvirtual |
virtual void vtkImageDotProduct::ThreadedRequestData |
( |
vtkInformation * |
request, |
|
|
vtkInformationVector ** |
inputVector, |
|
|
vtkInformationVector * |
outputVector, |
|
|
vtkImageData *** |
inData, |
|
|
vtkImageData ** |
outData, |
|
|
int |
extent[6], |
|
|
int |
threadId |
|
) |
| |
|
protectedvirtual |
The documentation for this class was generated from the following file: