------------------------------------------------------------------------------
| 355 | |
| 356 | //------------------------------------------------------------------------------ |
| 357 | vtkIdType vtkUnstructuredGrid::GetCellSize(vtkIdType cellId) |
| 358 | { |
| 359 | return this->Connectivity ? this->Connectivity->GetCellSize(cellId) : 0; |
| 360 | } |
| 361 | |
| 362 | //------------------------------------------------------------------------------ |
| 363 | vtkCell* vtkUnstructuredGrid::GetCell(vtkIdType cellId) |
no outgoing calls
no test coverage detected