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

Method GetCellNeighbors

Common/DataModel/vtkCartesianGrid.cxx:171–174  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

169
170//------------------------------------------------------------------------------
171void vtkCartesianGrid::GetCellNeighbors(vtkIdType cellId, vtkIdList* ptIds, vtkIdList* cellIds)
172{
173 this->GetCellNeighbors(cellId, ptIds, cellIds, nullptr);
174}
175
176//------------------------------------------------------------------------------
177vtkCell* vtkCartesianGrid::GetCell(vtkIdType cellId)

Callers

nothing calls this directly

Calls 11

GetDimensionsMethod · 0.95
GetCellNeighborsFunction · 0.85
remove_ifFunction · 0.85
GetPointGhostArrayMethod · 0.80
GetCellGhostArrayMethod · 0.80
CellVisibilityClass · 0.70
distanceFunction · 0.50
GetNumberOfIdsMethod · 0.45
ResetMethod · 0.45
GetPointerMethod · 0.45
ResizeMethod · 0.45

Tested by

no test coverage detected