| 1549 | |
| 1550 | template <typename ArrayT> |
| 1551 | vtkIdType vtkCellArray::VisitState<ArrayT>::GetBeginOffset(vtkIdType cellId) const |
| 1552 | { |
| 1553 | return static_cast<vtkIdType>(this->Offsets->GetValue(cellId)); |
| 1554 | } |
| 1555 | |
| 1556 | template <typename ArrayT> |
| 1557 | vtkIdType vtkCellArray::VisitState<ArrayT>::GetEndOffset(vtkIdType cellId) const |
no test coverage detected