Function
getFibre
Returns a specific fibre of a container.
getFibre(container, fibreTag)
Include Headers
seqan/index.h
Parameters
container
The container holding the fibre.
fibreTag
A tag that identifies the Fibre.
Return Values
A reference to the Fibre object.
Member of
Examples
Index< String<char> > index_esa("tobeornottobe");
 
String<char> & text = getFibre(indexEsa, EsaText());
SeqAn - Sequence Analysis Library - www.seqan.de
 

Page built @2013/07/11 09:12:17