------------------------------------------------------------------------------
| 449 | |
| 450 | //------------------------------------------------------------------------------ |
| 451 | vtkIdType vtkStructuredCellArray::GetNumberOfOffsets() const |
| 452 | { |
| 453 | return this->Connectivity->GetNumberOfTuples() + 1; |
| 454 | } |
| 455 | |
| 456 | //------------------------------------------------------------------------------ |
| 457 | vtkIdType vtkStructuredCellArray::GetOffset(vtkIdType cellId) |