* Get the number of cells in the array. */
| 313 | * Get the number of cells in the array. |
| 314 | */ |
| 315 | vtkIdType GetNumberOfCells() const override { return this->Offsets->GetNumberOfValues() - 1; } |
| 316 | |
| 317 | /** |
| 318 | * Get the number of elements in the offsets array. This will be the number of |
no test coverage detected