------------------------------------------------------------------------------
| 3867 | |
| 3868 | //------------------------------------------------------------------------------ |
| 3869 | vtkIdList* vtkKdTree::GetCellList(int regionID) |
| 3870 | { |
| 3871 | return this->GetList(regionID, this->CellList.cells); |
| 3872 | } |
| 3873 | |
| 3874 | //------------------------------------------------------------------------------ |
| 3875 | vtkIdList* vtkKdTree::GetBoundaryCellList(int regionID) |
no test coverage detected