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

Method GetCellRange

Common/DataModel/vtkCellArray.h:1569–1574  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1567
1568template <typename ArrayT>
1569typename vtkCellArray::VisitState<ArrayT>::CellRangeType
1570vtkCellArray::VisitState<ArrayT>::GetCellRange(vtkIdType cellId)
1571{
1572 return vtk::DataArrayValueRange<1>(
1573 this->GetConnectivity(), this->GetBeginOffset(cellId), this->GetEndOffset(cellId));
1574}
1575VTK_ABI_NAMESPACE_END
1576
1577namespace vtkCellArray_detail

Callers

nothing calls this directly

Calls 3

GetConnectivityMethod · 0.95
GetBeginOffsetMethod · 0.95
GetEndOffsetMethod · 0.95

Tested by

no test coverage detected