Section: Visualization Toolkit Imaging Classes
To create an instance of class vtkImageDotProduct, simply invoke its constructor as follows
obj = vtkImageDotProduct
obj
is an instance of the vtkImageDotProduct class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkImageDotProduct = obj.NewInstance ()
vtkImageDotProduct = obj.SafeDownCast (vtkObject o)
obj.SetInput1 (vtkDataObject in)
- Set the two inputs to this filter
obj.SetInput2 (vtkDataObject in)