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

Method GetNumberOfCells

Common/DataModel/vtkCartesianGrid.h:331–334  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

329
330//----------------------------------------------------------------------------
331inline vtkIdType vtkCartesianGrid::GetNumberOfCells()
332{
333 return vtkStructuredData::GetNumberOfCells(this->Extent);
334}
335
336//----------------------------------------------------------------------------
337inline int vtkCartesianGrid::GetDataDimension()

Callers 2

BlankCellMethod · 0.95
UnBlankCellMethod · 0.95

Calls 1

GetNumberOfCellsFunction · 0.70

Tested by

no test coverage detected