------------------------------------------------------------------------------
| 169 | |
| 170 | //------------------------------------------------------------------------------ |
| 171 | void vtkCartesianGrid::GetCellNeighbors(vtkIdType cellId, vtkIdList* ptIds, vtkIdList* cellIds) |
| 172 | { |
| 173 | this->GetCellNeighbors(cellId, ptIds, cellIds, nullptr); |
| 174 | } |
| 175 | |
| 176 | //------------------------------------------------------------------------------ |
| 177 | vtkCell* vtkCartesianGrid::GetCell(vtkIdType cellId) |
nothing calls this directly
no test coverage detected