Class Specialization
VSTree Iterator
Abstract iterator for suffix trees.
| |||||||||||||||||||||||
![]() | ![]() | ||||||||||||||||||||||
VSTree Iterator | |||||||||||||||||||||||
![]() | ![]() | ||||||||||||||||||||||
|
Include Headers
seqan/index.h
Parameters
Type of the container that can be iterated. Metafunctions: Container | |
The specialization type. |
Remarks
This iterator is a pointer to a node in the suffix tree (given by the enhanced suffix array IndexEsa).
Every node can uniquely be mapped to an interval of the suffix array containing all suffixes of the node's subtree.
This interval and some extra information constitute the VertexDescriptor returned by the value function of the iterator.
Specialization of
Implements
Specializations
Iterator for an efficient postorder depth-first search in a suffix tree. | |
Iterator for virtual trees that can go down and right beginning from the root. |
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) |
Functions
Returns an alignment of the occurrences of the representative substring in the index text. | |
Assigns value to item. (Iter) | |
Determines whether an iterator is at the beginning position. (Iter) | |
Determines whether an iterator is at the end position. (Iter) | |
Returns true if the iterator is at the end of a sequence. (Iter) | |
Test whether iterator points to a node with only leaf-children. | |
Container of an iterator. | |
Count the number of children of a tree node. | |
Returns the number of occurrences of representative substring or a q-gram in the index text. | |
The difference between two iterators. (Iter) | |
Returns the number of sequences, which contain the representative as a substring. | |
Returns an occurrence of the representative substring or a q-gram in the index text. | |
Returns all occurrences of the representative substring or a q-gram in the index text. | |
Returns the characters left beside all occurrence of the representative substring in the index text. | |
Access to the value. (Iter) | |
Iterates to the first position of a container. (Iter) | |
Iterates to the last position of a container. (Iter) | |
Iterates some steps further. (Iter) | |
Iterates to next position. (Iter) | |
Iterates to pevious position. (Iter) | |
Test whether a tree iterator points to a leaf. | |
Test whether the occurrences of an iterator's representative mutually differ in the character left of the hits. | |
Test whether the characters left of the two occurrences of representative are equal. | |
Test whether iterator points to a suffix. | |
Test whether a tree iterator points to the root node. | |
Test whether the representative occurs only once in every sequence. | |
Assigns value to item. (Iter) | |
If | |
If | |
Position of an iterator. (Iter) | |
Returns the suffix array interval borders of occurrences of representative substring or a q-gram in the index text. | |
Returns the length of the substring representing the path from root to | |
Returns a substring representing the path from root to | |
Reference to the value. |
SeqAn - Sequence Analysis Library - www.seqan.de