| 1543 | |
| 1544 | template <typename ArrayT> |
| 1545 | vtkIdType vtkCellArray::VisitState<ArrayT>::GetNumberOfCells() const |
| 1546 | { |
| 1547 | return this->Offsets->GetNumberOfValues() - 1; |
| 1548 | } |
| 1549 | |
| 1550 | template <typename ArrayT> |
| 1551 | vtkIdType vtkCellArray::VisitState<ArrayT>::GetBeginOffset(vtkIdType cellId) const |
no test coverage detected