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

Method InsertNextCellReference

Common/DataModel/vtkCellLinks.h:222–225  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

220
221//----------------------------------------------------------------------------
222inline void vtkCellLinks::InsertNextCellReference(vtkIdType ptId, vtkIdType cellId)
223{
224 this->Array[ptId].cells[this->Array[ptId].ncells++] = cellId;
225}
226
227//----------------------------------------------------------------------------
228inline void vtkCellLinks::RemoveCellReference(vtkIdType cellId, vtkIdType ptId)

Callers 1

ReplaceLinkedCellMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected