Documentation for vtkMergePoints

vtkMergePoints - merge exactly coincident points

Super Class: vtkPointLocator

Description:

vtkMergePoints is a locator object to quickly locate points in 3D. The primary difference between vtkMergePoints and its superclass vtkPointLocator is that vtkMergePoints merges precisely coincident points and is therefore much faster.

 

See Also:

vtkCleanPolyData

 

Methods:

static vtkMergePoints *New ()
const char *GetClassName ()
int IsInsertedPoint (float )

 

Detailed Method Descriptions:

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.

int IsInsertedPoint (float )