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

Method AddEdge

Common/DataModel/vtkMutableDirectedGraph.cxx:80–83  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

78
79//------------------------------------------------------------------------------
80vtkEdgeType vtkMutableDirectedGraph::AddEdge(vtkIdType u, vtkIdType v)
81{
82 return this->AddEdge(u, v, nullptr);
83}
84
85//------------------------------------------------------------------------------
86vtkEdgeType vtkMutableDirectedGraph::AddEdge(vtkIdType u, vtkIdType v, vtkVariantArray* propertyArr)

Callers 13

AddGraphEdgeMethod · 0.95
AddChildMethod · 0.95
CommitSimplificationMethod · 0.45
ToDirectedGraphMethod · 0.45
ToUndirectedGraphMethod · 0.45
TestGraphDeletionFunction · 0.45
TestGraphFunction · 0.45
TestTreeDFSIteratorFunction · 0.45
TestTreeBFSIteratorFunction · 0.45
TestGetEdgeIdFunction · 0.45
TestToDirectedGraphFunction · 0.45
TestToUndirectedGraphFunction · 0.45

Calls 1

AddEdgeInternalMethod · 0.80

Tested by 8

TestGraphDeletionFunction · 0.36
TestGraphFunction · 0.36
TestTreeDFSIteratorFunction · 0.36
TestTreeBFSIteratorFunction · 0.36
TestGetEdgeIdFunction · 0.36
TestToDirectedGraphFunction · 0.36
TestToUndirectedGraphFunction · 0.36
TestGraphAttributesFunction · 0.36