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

Method LazyAddEdge

Common/DataModel/vtkMutableUndirectedGraph.cxx:160–163  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

158
159//------------------------------------------------------------------------------
160void vtkMutableUndirectedGraph::LazyAddEdge(vtkIdType u, vtkIdType v)
161{
162 this->LazyAddEdge(u, v, nullptr);
163}
164
165//------------------------------------------------------------------------------
166void vtkMutableUndirectedGraph::LazyAddEdge(vtkIdType u, vtkIdType v, vtkVariantArray* propertyArr)

Callers

nothing calls this directly

Calls 1

AddEdgeInternalMethod · 0.80

Tested by

no test coverage detected