MCPcopy Create free account
hub / github.com/BirolLab/abyss / add_edge

Function add_edge

Graph/HashGraph.h:429–436  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

427
428template <class VertexType>
429std::pair<typename HashGraph<VertexType>::edge_descriptor, bool>
430add_edge(
431 typename HashGraph<VertexType>::vertex_descriptor u,
432 typename HashGraph<VertexType>::vertex_descriptor v,
433 HashGraph<VertexType>& g)
434{
435 return g.add_edge(u, v);
436}
437
438// PropertyGraph
439// (dummy functions so that HashGraph

Callers 15

DotIO.hFile · 0.70
AsqgIO.hFile · 0.70
scaffoldBubbleFunction · 0.70
addComplementaryEdgesFunction · 0.70
examine_edgeMethod · 0.70
getTraversalGraphMethod · 0.70
recordEdgeTraversalMethod · 0.70
GfaIO.hFile · 0.70
processQueryFunction · 0.50
resolveForksFunction · 0.50
AllPathsSearchTestMethod · 0.50

Calls 1

add_edgeMethod · 0.45

Tested by 7

AllPathsSearchTestMethod · 0.40
BidirectionalBFSTestMethod · 0.40
TESTFunction · 0.40
TESTFunction · 0.40
HashGraphTestMethod · 0.40