Class Specialization
BottomUp Iterator
Iterator for an efficient postorder depth-first search in a suffix tree.
| |||||||||||||||||||||||||||||||||||||||||
![]() | ![]() | ||||||||||||||||||||||||||||||||||||||||
BottomUp Iterator | |||||||||||||||||||||||||||||||||||||||||
![]() | ![]() | ||||||||||||||||||||||||||||||||||||||||
|
Include Headers
seqan/index.h
Parameters
Type of the container that can be iterated. Metafunctions: Container Types: IndexEsa | |
The specialization type. |
Specialization of
Implements
Specializations
Iterator to search for all maximal repeats. | |
Iterator to search for MultiMems. | |
Iterator to search for all maximum unique matches. | |
Iterator to search for all supermaximal repeats. | |
Iterator to search for all supermaximal repeats (for enh. suffix arrays only). |
Member Functions
Constructor |
Functions
Returns an alignment of the occurences of the representative substring in the index text. (VSTree Iterator) | |
Assigns value to item. (Iterator) | |
Determines whether an iterator is at the beginning position. (Iterator) | |
Determines whether an iterator is at the end position. | |
Determines whether an iterator is at the end position. | |
Test whether iterator points to a node with only leaf-children. (VSTree Iterator) | |
Container of an iterator. (VSTree Iterator) | |
Count the number of children of a tree node. (VSTree Iterator) | |
Returns the number of occurences of representative substring or a q-gram in the index text. (VSTree Iterator) | |
Returns the number of sequences, which contain the representative as a substring. (VSTree Iterator) | |
Returns an occurence of the representative substring or a q-gram in the index text. (VSTree Iterator) | |
Returns all occurences of the representative substring or a q-gram in the index text. (VSTree Iterator) | |
Returns the characters left beside all occurence of the representative substring in the index text. (VSTree Iterator) | |
Access to the value. (Iterator) | |
Iterates to the first position of a container. | |
Iterates to the first position of a container. | |
Iterates to the last position of a container. | |
Iterates to the last position of a container. | |
Iterates some steps further. (Iterator) | |
Iterates to next position. | |
Iterates to next position. | |
Iterates to pevious position. (Iterator) | |
Test whether iterator points to a leaf. (VSTree Iterator) | |
Test whether the occurences of an iterator's representative mutually differ in the character left of the hits. (VSTree Iterator) | |
Test whether the characters left of the two occurences of representative are equal. (VSTree Iterator) | |
Test whether iterator points to a suffix. (VSTree Iterator) | |
Test whether iterator points to the root node. (VSTree Iterator) | |
Test whether the representative occurs only once in every sequence. (VSTree Iterator) | |
Assigns value to item. (Iterator) | |
If | |
If | |
Position of an iterator. (Iterator) | |
Returns the suffix array interval borders of occurences of representative substring or a q-gram in the index text. (VSTree Iterator) | |
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. (VSTree Iterator) | |
Reference to the value. (VSTree Iterator) |
SeqAn - Sequence Analysis Library - www.seqan.de