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