Function
isRoot
Test whether iterator points to the root node.
bool isRoot(iterator)
Parameters
iterator
An iterator of a Suffix Tree.
Return Values
true if iterator points to the root of the tree, otherwise false.
SeqAn - Sequence Analysis Library - www.seqan.de