Section: Visualization Toolkit Filtering Classes
To create an instance of class vtkMergePoints, simply invoke its constructor as follows
obj = vtkMergePoints
obj
is an instance of the vtkMergePoints class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkMergePoints = obj.NewInstance ()
vtkMergePoints = obj.SafeDownCast (vtkObject o)
vtkIdType = obj.IsInsertedPoint (double x[3])
- Determine whether point given by x[3] has been inserted into points list.
Return id of previously inserted point if this is true, otherwise return
-1.
vtkIdType = obj.IsInsertedPoint (double x, double y, double z)
- Determine whether point given by x[3] has been inserted into points list.
Return id of previously inserted point if this is true, otherwise return
-1.