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

Method InsertEdge

Common/DataModel/vtkGenericEdgeTable.cxx:218–222  ·  view source on GitHub ↗

------------------------------------------------------------------------------ We assume the edge is not being split:

Source from the content-addressed store, hash-verified

216//------------------------------------------------------------------------------
217// We assume the edge is not being split:
218void vtkGenericEdgeTable::InsertEdge(vtkIdType e1, vtkIdType e2, vtkIdType cellId, int ref)
219{
220 vtkIdType ptId;
221 this->InsertEdge(e1, e2, cellId, ref, 0, ptId);
222}
223
224//------------------------------------------------------------------------------
225// the edge is being split and we want the new ptId

Callers

nothing calls this directly

Calls 4

HashFunctionMethod · 0.95
OrderEdgeFunction · 0.85
assertFunction · 0.50
push_backMethod · 0.45

Tested by

no test coverage detected