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

Method GetBeginOffset

Common/DataModel/vtkCellArray.h:1551–1554  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

GetCellSizeMethod · 0.95
GetCellRangeMethod · 0.95

Calls 1

GetValueMethod · 0.45

Tested by

no test coverage detected