Given a bin number, return the cells ids in that bin.
| 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 | { |
no outgoing calls
no test coverage detected