MCPcopy Create free account
hub / github.com/Kitware/VTK / FindClosestPoint

Method FindClosestPoint

Common/DataModel/vtkIncrementalOctreePointLocator.cxx:569–574  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

567
568//------------------------------------------------------------------------------
569vtkIdType vtkIncrementalOctreePointLocator::FindClosestPoint(double x, double y, double z)
570{
571 double dumbDist2;
572 double theCoords[3] = { x, y, z };
573 return this->FindClosestPoint(theCoords, &dumbDist2);
574}
575
576//------------------------------------------------------------------------------
577vtkIdType vtkIncrementalOctreePointLocator::FindClosestPoint(const double x[3])

Callers

nothing calls this directly

Calls 8

BuildLocatorMethod · 0.95
GetLeafContainerMethod · 0.95
GetNumberOfPointsMethod · 0.45
ContainsPointMethod · 0.45

Tested by

no test coverage detected