SeqAn3
3.0.1
The Modern C++ library for sequence analysis.
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
align_config_band.hpp
Go to the documentation of this file.
1
// -----------------------------------------------------------------------------------------------------
2
// Copyright (c) 2006-2020, Knut Reinert & Freie Universität Berlin
3
// Copyright (c) 2016-2020, Knut Reinert & MPI für molekulare Genetik
4
// This file may be used, modified and/or redistributed under the terms of the 3-clause BSD-License
5
// shipped with this file and also available at: https://github.com/seqan/seqan3/blob/master/LICENSE.md
6
// -----------------------------------------------------------------------------------------------------
7
14
#pragma once
15
16
#include <
seqan3/alignment/configuration/detail.hpp
>
17
#include <
seqan3/alignment/band/static_band.hpp
>
18
#include <
seqan3/core/algorithm/pipeable_config_element.hpp
>
19
20
namespace
seqan3::align_cfg
21
{
22
40
template
<
typename
band_t>
42
requires
std::same_as<band_t, static_band>
44
struct
band
:
public
pipeable_config_element
<band<band_t>, band_t>
45
{
48
static
constexpr detail::align_config_id
id
{detail::align_config_id::band};
49
};
50
60
template
<
typename
band_t>
61
band
(band_t) ->
band<band_t>
;
63
64
}
// namespace seqan3::detail
pipeable_config_element.hpp
Provides seqan3::pipeable_config_element.
same_as
The concept std::same_as<T, U> is satisfied if and only if T and U denote the same type.
seqan3::align_cfg
A special sub namespace for the alignment configurations.
Definition:
align_config_aligned_ends.hpp:514
seqan3::pipeable_config_element
Adds pipe interface to configuration elements.
Definition:
pipeable_config_element.hpp:30
seqan3::align_cfg::band
Configuration element for setting the band.
Definition:
align_config_band.hpp:44
static_band.hpp
Provides seqan3::band_static.
detail.hpp
Provides some utility functions for the alignment configurations.
seqan3
alignment
configuration
align_config_band.hpp
Generated on Tue Feb 18 2020 09:33:17 for SeqAn3 by
1.8.16