------------------------------------------------------------------------------
| 361 | |
| 362 | //------------------------------------------------------------------------------ |
| 363 | vtkCell* vtkUnstructuredGrid::GetCell(vtkIdType cellId) |
| 364 | { |
| 365 | this->GetCell(cellId, this->GenericCell); |
| 366 | return this->GenericCell->GetRepresentativeCell(); |
| 367 | } |
| 368 | |
| 369 | //------------------------------------------------------------------------------ |
| 370 | void vtkUnstructuredGrid::GetCell(vtkIdType cellId, vtkGenericCell* cell) |
no test coverage detected