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

Method AddEdge

Common/DataModel/vtkMutableUndirectedGraph.cxx:81–84  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

79
80//------------------------------------------------------------------------------
81vtkEdgeType vtkMutableUndirectedGraph::AddEdge(vtkIdType u, vtkIdType v)
82{
83 return this->AddEdge(u, v, nullptr);
84}
85
86//------------------------------------------------------------------------------
87vtkEdgeType vtkMutableUndirectedGraph::AddEdge(

Callers 1

AddGraphEdgeMethod · 0.95

Calls 1

AddEdgeInternalMethod · 0.80

Tested by

no test coverage detected