| 1561 | |
| 1562 | template <typename ArrayT> |
| 1563 | vtkIdType vtkCellArray::VisitState<ArrayT>::GetCellSize(vtkIdType cellId) const |
| 1564 | { |
| 1565 | return this->GetEndOffset(cellId) - this->GetBeginOffset(cellId); |
| 1566 | } |
| 1567 | |
| 1568 | template <typename ArrayT> |
| 1569 | typename vtkCellArray::VisitState<ArrayT>::CellRangeType |
no test coverage detected