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

Method GetCell

Common/DataModel/vtkStructuredGrid.cxx:94–98  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

92
93//------------------------------------------------------------------------------
94vtkCell* vtkStructuredGrid::GetCell(vtkIdType cellId)
95{
96 this->GetCell(cellId, this->GenericCell);
97 return this->GenericCell->GetRepresentativeCell();
98}
99
100//------------------------------------------------------------------------------
101vtkCell* vtkStructuredGrid::GetCell(int i, int j, int k)

Callers

nothing calls this directly

Calls 5

IsCellVisibleMethod · 0.95
SetCellTypeMethod · 0.45
GetValueMethod · 0.45
GetCellAtIdMethod · 0.45
GetPointsMethod · 0.45

Tested by

no test coverage detected