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

Method FindClosestPointWithinRadius

Common/DataModel/vtkOctreePointLocator.cxx:549–553  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

547
548//------------------------------------------------------------------------------
549vtkIdType vtkOctreePointLocator::FindClosestPointWithinRadius(
550 double radius, const double x[3], double& dist2)
551{
552 return this->FindClosestPointInSphere(x[0], x[1], x[2], radius, -2, dist2);
553}
554
555//------------------------------------------------------------------------------
556vtkIdType vtkOctreePointLocator::FindClosestPointInRegion(int regionId, double* x, double& dist2)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected