34 #ifndef vtkNonMergingPointLocator_h 35 #define vtkNonMergingPointLocator_h 37 #include "vtkCommonDataModelModule.h" void PrintSelf(ostream &os, vtkIndent indent) override
Standard methods for type management and printing.
vtkIdType IsInsertedPoint(double, double, double) override
Determine whether or not a given point has been inserted.
vtkIdType IsInsertedPoint(const double[3]) override
Determine whether a given point x has been inserted into the points list.
quickly locate points in 3-space
~vtkNonMergingPointLocator() override
direct / check-free point insertion.
static vtkPointLocator * New()
Construct with automatic computation of divisions, averaging 25 points per bucket.
int InsertUniquePoint(const double x[3], vtkIdType &ptId) override
Determine whether point given by x[3] has been inserted into points list.
vtkNonMergingPointLocator()
a simple class to control print indentation
represent and manipulate 3D points