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

Provides the declaration of seqan3::detail::debug_matrix. More...

+ Include dependency graph for debug_matrix.hpp:

Go to the source code of this file.

Classes

class  seqan3::detail::debug_matrix< matrix_t, first_sequence_t, second_sequence_t >
 A debug matrix to wrap alignment matrices and sequences and make them printable together. More...
 
struct  seqan3::detail::debug_matrix< matrix_t, first_sequence_t, second_sequence_t >::format_type
 Format used by seqan3::detail::debug_matrix. More...
 

Namespaces

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

Detailed Description

Provides the declaration of seqan3::detail::debug_matrix.

Author
Marcel Ehrhardt <marcel.ehrhardt AT fu-berlin.de>
Hide me