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

Method FindClosestPointInRegion

Common/DataModel/vtkKdTree.cxx:2266–2269  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

2264
2265//------------------------------------------------------------------------------
2266vtkIdType vtkKdTree::FindClosestPointInRegion(int regionId, double* x, double& dist2)
2267{
2268 return this->FindClosestPointInRegion(regionId, x[0], x[1], x[2], dist2);
2269}
2270
2271//------------------------------------------------------------------------------
2272vtkIdType vtkKdTree::FindClosestPointInRegion(

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected