Section: Visualization Toolkit Filtering Classes
To create an instance of class vtkUnstructuredGridSource, simply invoke its constructor as follows
obj = vtkUnstructuredGridSource
obj
is an instance of the vtkUnstructuredGridSource class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkUnstructuredGridSource = obj.NewInstance ()
vtkUnstructuredGridSource = obj.SafeDownCast (vtkObject o)
vtkUnstructuredGrid = obj.GetOutput ()
- Get the output of this source.
vtkUnstructuredGrid = obj.GetOutput (int idx)
- Get the output of this source.
obj.SetOutput (vtkUnstructuredGrid output)
- Get the output of this source.