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

Method GetNumberOfCells

Common/DataModel/vtkUnstructuredGrid.cxx:468–473  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

466
467//------------------------------------------------------------------------------
468vtkIdType vtkUnstructuredGrid::GetNumberOfCells()
469{
470 vtkDebugMacro(<< "NUMBER OF CELLS = "
471 << (this->Connectivity ? this->Connectivity->GetNumberOfCells() : 0));
472 return (this->Connectivity ? this->Connectivity->GetNumberOfCells() : 0);
473}
474
475//------------------------------------------------------------------------------
476// Insert/create cell in object by type and list of point ids defining

Callers 9

GetCellLocationsArrayMethod · 0.95
GetIdsOfCellsOfTypeMethod · 0.95
RemoveGhostCellsMethod · 0.95
GetPolyhedronFacesMethod · 0.45
SetCellsMethod · 0.45
GetFaceStreamMethod · 0.45
ShallowCopyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected