18#ifndef vtkMergePoints_h 
   19#define vtkMergePoints_h 
   21#include "vtkCommonDataModelModule.h"  
   24VTK_ABI_NAMESPACE_BEGIN
 
a simple class to control print indentation
 
merge exactly coincident points
 
int InsertUniquePoint(const double x[3], vtkIdType &ptId) override
Determine whether point given by x[3] has been inserted into points list.
 
void PrintSelf(ostream &os, vtkIndent indent) override
Standard type and print methods.
 
~vtkMergePoints() override=default
 
static vtkMergePoints * New()
 
vtkIdType IsInsertedPoint(double x, double y, double z) override
Determine whether point given by x[3] has been inserted into points list.
 
vtkIdType IsInsertedPoint(const double x[3]) override
Determine whether point given by x[3] has been inserted into points list.
 
quickly locate points in 3-space
 
vtkIdType IsInsertedPoint(double x, double y, double z) override
Determine whether point given by x[3] has been inserted into points list.