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

Method GetCell

Common/DataModel/vtkUnstructuredGrid.cxx:363–367  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

361
362//------------------------------------------------------------------------------
363vtkCell* vtkUnstructuredGrid::GetCell(vtkIdType cellId)
364{
365 this->GetCell(cellId, this->GenericCell);
366 return this->GenericCell->GetRepresentativeCell();
367}
368
369//------------------------------------------------------------------------------
370void vtkUnstructuredGrid::GetCell(vtkIdType cellId, vtkGenericCell* cell)

Callers 1

GetCellNumberOfFacesMethod · 0.95

Calls 10

GetPolyhedronFacesMethod · 0.95
GetComponentMethod · 0.45
SetCellTypeMethod · 0.45
GetCellAtIdMethod · 0.45
GetPointsMethod · 0.45
GetCellFacesMethod · 0.45
InitializeMethod · 0.45

Tested by

no test coverage detected