IndexedEdgeList.incidentEdges

Returns the IDs of edges respectively incoming to or outgoing from the specified vertex v. If the graph is undirected the two will be identical and the general method incidentEdges is also defined.

class IndexedEdgeList(bool dir)
const
static if(!(directed))
incidentEdges
(
in size_t v
)

Meta