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

Method GetBucketIndices

Common/DataModel/vtkStaticPointLocator2D.cxx:1960–1963  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1958
1959//------------------------------------------------------------------------------
1960void vtkStaticPointLocator2D::GetBucketIndices(const double* x, int ij[2]) const
1961{
1962 this->Buckets->GetBucketIndices(x, ij);
1963}
1964
1965//------------------------------------------------------------------------------
1966vtkIdType vtkStaticPointLocator2D::GetBucketIndex(const double* x) const

Callers 8

FindClosestPointMethod · 0.45
FindClosestNPointsMethod · 0.45
FindNPointsInAnnulusMethod · 0.45
IntersectWithLineMethod · 0.45
GetOverlappingBucketsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected