Class Specialization
Edge Iterator
Edge iterator for Graph.
| |||||||||||||
![]() | ![]() | ||||||||||||
Edge Iterator |
Include Headers
seqan/graph_types.h
Parameters
A graph. Types: Graph |
Specialization of
Implements
Metafunctions
Type of the container given an iterator. (Iter) | |
Type of an object that stores the difference between two iterators. (Iter) | |
Type for reading values. (Iter) | |
Type of iterator objects that are used to traverse the container. (Iter) | |
Type of an object that represents a position in a container. (Iter) | |
Reference type. (Iter) | |
The spec of a class. (Iter) | |
Type of the items in the container or behind an iterator. (Iter) |
Member Functions
Constructor |
Functions
Assigns value to item. (Iter) | |
Determines whether an iterator is at the beginning position. | |
Determines whether an iterator is at the end position. | |
Returns true if the iterator is at the end of a sequence. (Iter) | |
Container of an iterator. (Iter) | |
The difference between two iterators. (Iter) | |
Access to the value. | |
Iterates to the first position of a container. | |
Iterates to the last position of a container. | |
Iterates some steps further. (Iter) | |
Iterates to next position. | |
Iterates to pevious position. | |
The graph this iterator is working on. | |
Returns the label of the out-edge this iterator points to (for automatons). | |
Assigns value to item. (Iter) | |
Position of an iterator. (Iter) | |
Returns the source vertex of an edge. | |
Returns the target vertex of an edge. | |
Reference to the value. |
SeqAn - Sequence Analysis Library - www.seqan.de