SeqAn3 3.1.0
The Modern C++ library for sequence analysis.
align_config_band.hpp File Reference

Provides seqan3::detail::align_config_band. More...

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

Go to the source code of this file.

Classes

class  seqan3::align_cfg::band_fixed_size
 Configuration element for setting a fixed size band. More...
 
struct  seqan3::align_cfg::lower_diagonal
 A strong type representing the lower diagonal of the seqan3::align_cfg::band_fixed_size. More...
 
struct  seqan3::align_cfg::upper_diagonal
 A strong type representing the upper diagonal of the seqan3::align_cfg::band_fixed_size. More...
 

Namespaces

namespace  seqan3
 The main SeqAn3 namespace.
 
namespace  seqan3::align_cfg
 A special sub namespace for the alignment configurations.
 

Detailed Description

Provides seqan3::detail::align_config_band.

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