|
SeqAn3 3.4.1-rc.1
The Modern C++ library for sequence analysis.
|
Configuration element to receive all hits with the best number of errors plus the given stratum. All hits are found with the fewest number of errors plus 'stratum'. More...
#include <seqan3/search/configuration/hit.hpp>
Inheritance diagram for seqan3::search_cfg::hit_strata:Public Member Functions | |
Constructors, assignment and destructor | |
| constexpr | hit_strata ()=default |
| Defaulted. | |
| constexpr | hit_strata (hit_strata const &)=default |
| Defaulted. | |
| constexpr | hit_strata (hit_strata &&)=default |
| Defaulted. | |
| constexpr hit_strata & | operator= (hit_strata const &)=default |
| Defaulted. | |
| constexpr hit_strata & | operator= (hit_strata &&)=default |
| Defaulted. | |
| ~hit_strata ()=default | |
| Defaulted. | |
| hit_strata (uint32_t stratum) | |
| Initialises the strata config. | |
Public Attributes | |
| uint8_t | stratum {} |
| The stratum value [default: 0]. | |
Static Private Attributes | |
| static constexpr detail::search_config_id | id {detail::search_config_id::hit} |
| Internal id to check for consistent configuration settings. | |
Configuration element to receive all hits with the best number of errors plus the given stratum. All hits are found with the fewest number of errors plus 'stratum'.
|
inline |
Initialises the strata config.
| [in] | stratum | The stratum to include in the search. |