 |
VTK
9.1.0
|
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.
int InsertUniquePoint(const double x[3], vtkIdType &ptId) override
Determine whether a given point x has been inserted into the points list.
void PrintSelf(ostream &os, vtkIndent indent) override
Standard type and print methods.
a simple class to control print indentation
static vtkNonMergingPointLocator * New()
~vtkNonMergingPointLocator() override=default
vtkNonMergingPointLocator()=default