IndexedEdgeList.incidentEdgesOut

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.

  1. auto incidentEdgesIn(in size_t v)
  2. auto incidentEdgesOut(in size_t v)
    class IndexedEdgeList(bool dir)
    incidentEdgesOut
    const
    (
    in size_t v
    )
  3. auto incidentEdges(in size_t v)

Meta