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

Function vertex

Graph/DirectedGraph.h:616–620  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

614
615template <typename VP, typename EP>
616typename DirectedGraph<VP, EP>::vertex_descriptor
617vertex(typename DirectedGraph<VP, EP>::vertices_size_type ui, const DirectedGraph<VP, EP>& g)
618{
619 return g.vertex(ui);
620}
621
622template <typename VP, typename EP>
623std::pair<typename DirectedGraph<VP, EP>::vertex_iterator,

Callers 2

remove_edge_ifMethod · 0.70
mainFunction · 0.50

Calls 1

vertexMethod · 0.80

Tested by

no test coverage detected