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

Method GetNumberOfCells

Common/DataModel/vtkStructuredGrid.h:305–308  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

303
304//------------------------------------------------------------------------------
305inline vtkIdType vtkStructuredGrid::GetNumberOfCells()
306{
307 return vtkStructuredData::GetNumberOfCells(this->Extent);
308}
309
310//------------------------------------------------------------------------------
311inline int vtkStructuredGrid::GetMaxSpatialDimension()

Callers 1

ComputeScalarRangeMethod · 0.95

Calls 1

GetNumberOfCellsFunction · 0.70

Tested by

no test coverage detected