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

Method GetNumberOfCells

Common/DataModel/vtkCellArray.h:1545–1548  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 3

AllocateCopyFunction · 0.45
VTK_SIZEHINTFunction · 0.45
GetNextCellMethod · 0.45

Calls 1

GetNumberOfValuesMethod · 0.45

Tested by

no test coverage detected