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

Method LazyAddEdge

Common/DataModel/vtkMutableDirectedGraph.cxx:157–160  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

155
156//------------------------------------------------------------------------------
157void vtkMutableDirectedGraph::LazyAddEdge(vtkIdType u, vtkIdType v, vtkVariantArray* propertyArr)
158{
159 this->AddEdgeInternal(u, v, true, propertyArr, nullptr);
160}
161
162//------------------------------------------------------------------------------
163void vtkMutableDirectedGraph::LazyAddEdge(

Callers

nothing calls this directly

Calls 1

AddEdgeInternalMethod · 0.80

Tested by

no test coverage detected