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

Method GetCell

Common/DataModel/vtkExplicitStructuredGrid.cxx:111–115  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

109
110//------------------------------------------------------------------------------
111vtkCell* vtkExplicitStructuredGrid::GetCell(vtkIdType cellId)
112{
113 this->GetCell(cellId, this->GenericCell);
114 return this->GenericCell->GetRepresentativeCell();
115}
116
117//------------------------------------------------------------------------------
118void vtkExplicitStructuredGrid::GetCell(vtkIdType cellId, vtkGenericCell* cell)

Callers

nothing calls this directly

Calls 3

IsCellVisibleMethod · 0.95
GetCellAtIdMethod · 0.45
GetPointsMethod · 0.45

Tested by

no test coverage detected