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

Function InsertCell

Common/DataModel/vtkPolyDataInternals.h:239–242  ·  view source on GitHub ↗

Caller must ValidateCellType first.

Source from the content-addressed store, hash-verified

237
238 // Caller must ValidateCellType first.
239 void InsertCell(vtkIdType globalCellId, vtkIdType cellId, VTKCellType cellType)
240 {
241 this->Map[globalCellId] = TaggedCellId(cellId, cellType);
242 }
243
244 // Caller must ValidateCellType and ValidateCellId first.
245 // useful for reusing the target lookup from cellType and then calling

Callers

nothing calls this directly

Calls 1

TaggedCellIdFunction · 0.85

Tested by

no test coverage detected