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

Method FindPointsWithinRadius

Common/DataModel/vtkKdTreePointLocator.cxx:53–57  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

51
52//------------------------------------------------------------------------------
53void vtkKdTreePointLocator::FindPointsWithinRadius(double R, const double x[3], vtkIdList* result)
54{
55 this->BuildLocator();
56 this->KdTree->FindPointsWithinRadius(R, x, result);
57}
58
59//------------------------------------------------------------------------------
60void vtkKdTreePointLocator::FreeSearchStructure()

Callers

nothing calls this directly

Calls 1

BuildLocatorMethod · 0.95

Tested by

no test coverage detected