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