Section: Visualization Toolkit Filtering Classes
To create an instance of class vtkImageTwoInputFilter, simply invoke its constructor as follows
obj = vtkImageTwoInputFilter
obj is an instance of the vtkImageTwoInputFilter class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkImageTwoInputFilter = obj.NewInstance ()
vtkImageTwoInputFilter = obj.SafeDownCast (vtkObject o)
obj.SetInput1 (vtkImageData input) - Set the Input1 of this filter. If a ScalarType has not been set,
then the ScalarType of the input is used.
obj.SetInput2 (vtkImageData input) - Set the Input2 of this filter. If a ScalarType has not been set,
then the ScalarType of the input is used.
vtkImageData = obj.GetInput1 () - Get the inputs to this filter.
vtkImageData = obj.GetInput2 () - Get the inputs to this filter.