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

Function GetNumberOfCells

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

* Get the number of cells in the array. */

Source from the content-addressed store, hash-verified

313 * Get the number of cells in the array.
314 */
315 vtkIdType GetNumberOfCells() const override { return this->Offsets->GetNumberOfValues() - 1; }
316
317 /**
318 * Get the number of elements in the offsets array. This will be the number of

Callers 1

vtkCellArray.hFile · 0.70

Calls 1

GetNumberOfValuesMethod · 0.45

Tested by

no test coverage detected