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

Method GetNumberOfCells

Common/DataModel/vtkExplicitStructuredGrid.cxx:105–108  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

103
104//------------------------------------------------------------------------------
105vtkIdType vtkExplicitStructuredGrid::GetNumberOfCells()
106{
107 return vtkStructuredData::GetNumberOfCells(this->Extent);
108}
109
110//------------------------------------------------------------------------------
111vtkCell* vtkExplicitStructuredGrid::GetCell(vtkIdType cellId)

Callers 4

CropMethod · 0.95
ComputeScalarRangeMethod · 0.95
ReorderCellsPointsMethod · 0.95

Calls 1

GetNumberOfCellsFunction · 0.70

Tested by

no test coverage detected