MCPcopy Create free account
hub / github.com/Kitware/VTK / GetEndOffset

Method GetEndOffset

Common/DataModel/vtkCellArray.h:1557–1560  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

GetCellSizeMethod · 0.95
GetCellRangeMethod · 0.95

Calls 1

GetValueMethod · 0.45

Tested by

no test coverage detected