------------------------------------------------------------------------------
| 349 | |
| 350 | //------------------------------------------------------------------------------ |
| 351 | int vtkUnstructuredGrid::GetCellType(vtkIdType cellId) |
| 352 | { |
| 353 | return static_cast<int>(this->Types->GetComponent(cellId, 0)); |
| 354 | } |
| 355 | |
| 356 | //------------------------------------------------------------------------------ |
| 357 | vtkIdType vtkUnstructuredGrid::GetCellSize(vtkIdType cellId) |
no test coverage detected