Section: Visualization Toolkit Graphics Classes
To create an instance of class vtkMultiBlockMergeFilter, simply invoke its constructor as follows
obj = vtkMultiBlockMergeFilter
obj
is an instance of the vtkMultiBlockMergeFilter class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkMultiBlockMergeFilter = obj.NewInstance ()
vtkMultiBlockMergeFilter = obj.SafeDownCast (vtkObject o)
obj.AddInput (vtkDataObject )
- Add an input of this algorithm. Note that these methods support
old-style pipeline connections. When writing new code you should
use the more general vtkAlgorithm::AddInputConnection(). See
SetInput() for details.
obj.AddInput (int , vtkDataObject )
- Add an input of this algorithm. Note that these methods support
old-style pipeline connections. When writing new code you should
use the more general vtkAlgorithm::AddInputConnection(). See
SetInput() for details.