|
SeqAn3 3.4.1-rc.1
The Modern C++ library for sequence analysis.
|
A configuration element to set the score type used in the alignment algorithm. More...
#include <seqan3/alignment/configuration/align_config_score_type.hpp>
Inheritance diagram for seqan3::align_cfg::score_type< score_t >:Public Types | |
| using | type = score_t |
| The selected score type. | |
Public Member Functions | |
Constructor, destructor and assignment | |
| constexpr | score_type ()=default |
| Defaulted. | |
| constexpr | score_type (score_type const &)=default |
| Defaulted. | |
| constexpr | score_type (score_type &&)=default |
| Defaulted. | |
| constexpr score_type & | operator= (score_type const &)=default |
| Defaulted. | |
| constexpr score_type & | operator= (score_type &&)=default |
| Defaulted. | |
| ~score_type ()=default | |
| Defaulted. | |
A configuration element to set the score type used in the alignment algorithm.
| score_t | The type to use for the computed alignment score; must model seqan3::arithmetic. |
This option configures the score type of the alignment algorithm. By default, the alignment algorithm will only compute the score with score type int32_t.