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

Method add_edge

Graph/UndirectedGraph.h:298–302  ·  view source on GitHub ↗

Add an edge to this vertex. */

Source from the content-addressed store, hash-verified

296
297 /** Add an edge to this vertex. */
298 bool add_edge(vertex_descriptor v, const edge_property_type& ep)
299 {
300 m_edges.push_back(Edge(v, ep));
301 return true;
302 }
303
304 /** Remove the edge to v from this vertex. */
305 void remove_edge(vertex_descriptor v)

Callers 1

add_edgeFunction · 0.45

Calls 2

EdgeClass · 0.70
push_backMethod · 0.45

Tested by

no test coverage detected