|
SeqAn3 3.4.0
The Modern C++ library for sequence analysis.
|
Provides seqan3::detail::align_config_band. More...
#include <limits>#include <seqan3/alignment/configuration/detail.hpp>#include <seqan3/alignment/exception.hpp>#include <seqan3/core/configuration/pipeable_config_element.hpp>#include <seqan3/core/detail/empty_type.hpp>#include <seqan3/core/detail/strong_type.hpp>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. | |
Provides seqan3::detail::align_config_band.