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.
Specializations
Iterator for an efficient postorder depth-first search in a suffix tree. | |
Iterator for suffix trees that can go down and right beginning from the root. |
Functions
Returns an alignment of the occurences of the representative substring in the index text. | |
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 occurences of representative substring or a q-gram in the index text. | |
Returns the number of sequences, which contain the representative as a substring. | |
Returns an occurence of the representative substring or a q-gram in the index text. | |
Returns all occurences of the representative substring or a q-gram in the index text. | |
Returns the characters left beside all occurence of the representative substring in the index text. | |
Test whether iterator points to a leaf. | |
Test whether the occurences of an iterator's representative mutually differ in the character left of the hits. | |
Test whether the characters left of the two occurences of representative are equal. | |
Test whether iterator points to a suffix. | |
Test whether iterator points to the root node. | |
Test whether the representative occurs only once in every sequence. | |
If | |
If | |
Returns the suffix array interval borders of occurences 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