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