Function
targetVertex
Returns the target vertex of an edge.
Include Headers
seqan/graph_types.h
Parameters
|  A graph. Types:  Graph | |
|  An edge descriptor. Types:  EdgeDescriptor | |
|  An edge iterator. | 
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.
Return Values
 A vertex descriptor.
Types:  VertexDescriptor
See Also
SeqAn - Sequence Analysis Library - www.seqan.de