Class Specialization
EditEnvironment
Outputs tuples of the tupleLen consecutive elements of the input stream.
![]() | ![]() | ||||||
EditEnvironment |
Include Headers
seqan/pipe.h
Parameters
The type of the pipeline module this module reads from. | |
The tuple length. Remarks: The tuples contain elements | |
Omit half filled tuples. If If |
Remarks
The output type is a Tuple of input elements and length tupleLen (i.e. Tuple<Value<TInput>::Type, tupleLen> ).
The tuples are sequences of the form in[i]in[i-1]in[i-2]..in[i-tupleLen+1] . For omitLast=false i begins with 0 and for omitLast=true i begins with tupleLen-1 .
Specialization of
Functions
Assigns one object to another object. (Pipe) | |
Determines whether an iterator is at the end position. (Pipe) | |
Initiates a read process. (Pipe) | |
Terminates a read process. (Pipe) | |
Gets the first element of the remaining stream. (Pipe) | |
The number of items/characters. (Pipe) | |
Pops the first element of the remaining stream. (Pipe) |
SeqAn - Sequence Analysis Library - www.seqan.de