Go to the documentation of this file.
34 #ifndef vtkNonMergingPointLocator_h
35 #define vtkNonMergingPointLocator_h
37 #include "vtkCommonDataModelModule.h"
represent and manipulate 3D points
direct / check-free point insertion.
quickly locate points in 3-space
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
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.
vtkNonMergingPointLocator()
~vtkNonMergingPointLocator() override
int InsertUniquePoint(const double x[3], vtkIdType &ptId) override
Determine whether point given by x[3] has been inserted into points list.
a simple class to control print indentation
static vtkPointLocator * New()
Construct with automatic computation of divisions, averaging 25 points per bucket.