29 #ifndef __vtkMergePoints_h
30 #define __vtkMergePoints_h
32 #include "vtkCommonDataModelModule.h"
33 #include "vtkPointLocator.h"
40 void PrintSelf(ostream& os, vtkIndent indent);
46 vtkIdType IsInsertedPoint(
const double x[3]);
48 {
return this->vtkPointLocator::IsInsertedPoint(x, y, z); };
57 int InsertUniquePoint(
const double x[3], vtkIdType &ptId);
merge exactly coincident points
vtkIdType IsInsertedPoint(double x, double y, double z)