Function
targetVertex
Returns the target vertex of an edge.
targetVertex(g, e)
targetVertex(it)
Parameters
g
A graph.
Types: Graph
e
An edge descriptor.
it
An edge iterator.
Return Values
A vertex descriptor.
Remarks
In a tree the target vertex is always the child. In an undirected graph the larger vertex descriptor of the two endpoints is the target. For an out-edge iterator the target is always the vertex the out-edge iterator has not been initialized with.
See Also
SeqAn - Sequence Analysis Library - www.seqan.de