[DEPRECATED] Data structure for a static band.
More...
#include <seqan3/alignment/band/static_band.hpp>
[DEPRECATED] Data structure for a static band.
- Deprecated:
- use seqan3::align_cfg::band_fixed_size instead.
◆ static_band()
template<std::integral input_value_t>
constexpr seqan3::static_band::static_band |
( |
lower_bound< input_value_t > const |
lower, |
|
|
upper_bound< input_value_t > const |
upper |
|
) |
| |
|
no-apiinlineconstexpr |
Construction from seqan3::lower_bound and seqan3::upper_bound.
- Template Parameters
-
input_value_t | The input type of the lower and upper band boundaries. |
- Exceptions
-
The boundaries denote the maximum allowed inbalance of insertions and deletions in the alignment. For a symmetric band, choose lower = -upper. The upper boundary must not be smaller than the lower boundary.
The documentation for this class was generated from the following file: