------------------------------------------------------------------------------
| 3873 | |
| 3874 | //------------------------------------------------------------------------------ |
| 3875 | vtkIdList* vtkKdTree::GetBoundaryCellList(int regionID) |
| 3876 | { |
| 3877 | return this->GetList(regionID, this->CellList.boundaryCells); |
| 3878 | } |
| 3879 | |
| 3880 | //------------------------------------------------------------------------------ |
| 3881 | vtkIdType vtkKdTree::GetCellLists( |
no test coverage detected