------------------------------------------------------------------------------
| 667 | |
| 668 | //------------------------------------------------------------------------------ |
| 669 | vtkIdType vtkStructuredCellArray::GetCellSize(const vtkIdType vtkNotUsed(cellId)) const |
| 670 | { |
| 671 | return this->Connectivity->GetNumberOfComponents(); |
| 672 | } |
| 673 | |
| 674 | //------------------------------------------------------------------------------ |
| 675 | int vtkStructuredCellArray::GetMaxCellSize() |
no test coverage detected