SeqAn3 3.4.0-rc.1
The Modern C++ library for sequence analysis.
Loading...
Searching...
No Matches
combined_score_and_trace_matrix.hpp File Reference

Provides seqan3::detail::combined_score_and_trace_matrix. More...

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

Go to the source code of this file.

Classes

class  seqan3::detail::combined_score_and_trace_matrix< score_matrix_t, trace_matrix_t >
 An alignment matrix that combines a score matrix with a trace matrix into a common interface. More...
 
class  seqan3::detail::combined_score_and_trace_matrix< score_matrix_t, trace_matrix_t >::iterator
 Combined score and trace matrix iterator for the pairwise sequence alignment. More...
 
class  seqan3::detail::combined_score_and_trace_matrix< score_matrix_t, trace_matrix_t >::sentinel
 The sentinel type for the seqan3::detail::combined_score_and_trace_matrix. More...
 

Namespaces

namespace  seqan3
 The main SeqAn3 namespace.
 
namespace  seqan3::detail
 The internal SeqAn3 namespace.
 

Detailed Description

Provides seqan3::detail::combined_score_and_trace_matrix.

Author
Rene Rahn <rene.rahn AT fu-berlin.de>
Hide me