------------------------------------------------------------------------------
| 4077 | |
| 4078 | //------------------------------------------------------------------------------ |
| 4079 | int vtkKdTree::GetRegionContainingCell(vtkIdType cellID) |
| 4080 | { |
| 4081 | return this->GetRegionContainingCell(this->GetDataSet(), cellID); |
| 4082 | } |
| 4083 | |
| 4084 | //------------------------------------------------------------------------------ |
| 4085 | int vtkKdTree::GetRegionContainingCell(int setIndex, vtkIdType cellID) |
nothing calls this directly
no test coverage detected