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

Method GetNumberOfCells

Common/DataModel/vtkPolyData.h:738–742  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

736
737//------------------------------------------------------------------------------
738inline vtkIdType vtkPolyData::GetNumberOfCells()
739{
740 return (this->GetNumberOfVerts() + this->GetNumberOfLines() + this->GetNumberOfPolys() +
741 this->GetNumberOfStrips());
742}
743
744//------------------------------------------------------------------------------
745inline int vtkPolyData::GetCellType(vtkIdType cellId)

Callers 7

ComputeCellsBoundsMethod · 0.95
RemoveGhostCellsMethod · 0.95
GetNumberOfVertsFunction · 0.45
GetNumberOfLinesFunction · 0.45
GetNumberOfPolysFunction · 0.45
GetNumberOfStripsFunction · 0.45
AllocateFunction · 0.45

Calls 4

GetNumberOfPolysMethod · 0.80
GetNumberOfStripsMethod · 0.80
GetNumberOfVertsMethod · 0.45
GetNumberOfLinesMethod · 0.45

Tested by

no test coverage detected