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:
Methods:
static vtkMergePoints *New () | |
const char *GetClassName () | |
int IsInsertedPoint (float ) |
Detailed Method Descriptions:
int IsInsertedPoint (float ) |