SeqAn3 3.4.0
The Modern C++ library for sequence analysis.
Loading...
Searching...
No Matches
alignment_result.hpp File Reference

Provides seqan3::alignment_result. More...

Include dependency graph for alignment_result.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  seqan3::alignment_result< alignment_result_value_t >
 Stores the alignment results and gives access to score, alignment and the front and end positions. More...
struct  seqan3::alignment_result_printer< alignment_result< result_value_t > >
 The printer used for formatted output of the alignment result. More...

Namespaces

namespace  seqan3
 The main SeqAn3 namespace.

Detailed Description

Provides seqan3::alignment_result.

Author
Jörg Winkler <j.winkler AT fu-berlin.de>
Rene Rahn <rene.rahn AT fu-berlin.de>
Hide me