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

Method GetIds

Common/DataModel/vtkStaticCellLocator.cxx:332–332  ·  view source on GitHub ↗

Given a bin number, return the cells ids in that bin.

Source from the content-addressed store, hash-verified

330
331 // Given a bin number, return the cells ids in that bin.
332 const CellFragments<T>* GetIds(vtkIdType binNum) { return this->Map + this->Offsets[binNum]; }
333
334 void ComputeBinBounds(int i, int j, int k, double binBounds[6])
335 {

Callers 11

FindCellMethod · 0.95
FindCellsWithinBoundsMethod · 0.95
IntersectWithLineMethod · 0.95
GatherPointsMethod · 0.45
AddPointsMethod · 0.45
GetBucketIdsMethod · 0.45
GatherPointsMethod · 0.45
AddPointsMethod · 0.45
GetBucketIdsMethod · 0.45
operator()Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected