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
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()
int InsertUniquePoint(const double x[3], vtkIdType &ptId) override
Determine whether a given point x has been inserted into the points list.
~vtkNonMergingPointLocator() override
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
a simple class to control print indentation
static vtkNonMergingPointLocator * New()