| 1555 | |
| 1556 | template <typename ArrayT> |
| 1557 | vtkIdType vtkCellArray::VisitState<ArrayT>::GetEndOffset(vtkIdType cellId) const |
| 1558 | { |
| 1559 | return static_cast<vtkIdType>(this->Offsets->GetValue(cellId + 1)); |
| 1560 | } |
| 1561 | |
| 1562 | template <typename ArrayT> |
| 1563 | vtkIdType vtkCellArray::VisitState<ArrayT>::GetCellSize(vtkIdType cellId) const |
no test coverage detected