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

Method FindClosestPointWithinRadius

Common/DataModel/vtkPointLocator.cxx:253–257  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

251
252//------------------------------------------------------------------------------
253vtkIdType vtkPointLocator::FindClosestPointWithinRadius(
254 double radius, const double x[3], double& dist2)
255{
256 return this->FindClosestPointWithinRadius(radius, x, this->DataSet->GetLength(), dist2);
257}
258
259//------------------------------------------------------------------------------
260vtkIdType vtkPointLocator::FindClosestPointWithinRadius(

Callers

nothing calls this directly

Calls 15

BuildLocatorMethod · 0.95
Distance2ToBoundsMethod · 0.95
GetOverlappingBucketsMethod · 0.95
Distance2ToBucketMethod · 0.95
sqrtFunction · 0.50
minFunction · 0.50
maxFunction · 0.50
GetLengthMethod · 0.45
GetPointsMethod · 0.45
GetDataMethod · 0.45
GetBucketIndicesMethod · 0.45
GetNumberOfIdsMethod · 0.45

Tested by

no test coverage detected