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

Method GetIds

Common/DataModel/vtkStaticPointLocator2DPrivate.h:245–248  ·  view source on GitHub ↗

Given a bucket number, return the point ids in that bucket.

Source from the content-addressed store, hash-verified

243
244 // Given a bucket number, return the point ids in that bucket.
245 const vtkLocatorTuple<TIds>* GetIds(vtkIdType bucketNum)
246 {
247 return this->Map + this->Offsets[bucketNum];
248 }
249
250 // Given a bucket number, return the point ids in that bucket.
251 void GetIds(vtkIdType bucketNum, vtkIdList* bList)

Callers 7

FindClosestPointMethod · 0.95
FindClosestNPointsMethod · 0.95
IntersectWithLineMethod · 0.95
operator()Method · 0.45

Calls 3

GetNumberOfIdsMethod · 0.95
SetNumberOfIdsMethod · 0.80
SetIdMethod · 0.45

Tested by

no test coverage detected