------------------------------------------------------------------------------ Get the cells in a bucket.
| 674 | //------------------------------------------------------------------------------ |
| 675 | // Get the cells in a bucket. |
| 676 | vtkIdList* vtkCellLocator::GetCells(int octantId) |
| 677 | { |
| 678 | // handle parents ? |
| 679 | return this->Tree[octantId]; |
| 680 | } |
| 681 | |
| 682 | //------------------------------------------------------------------------------ |
| 683 | void vtkCellLocator::BuildLocator() |
no outgoing calls