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

Method GetCellSize

Common/DataModel/vtkCellArray.h:1563–1566  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

vtkCellArray.hFile · 0.45

Calls 3

GetEndOffsetMethod · 0.95
GetBeginOffsetMethod · 0.95
DispatchMethod · 0.45

Tested by

no test coverage detected