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>
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. More... | |
Public Attributes | |
uint8_t | stratum {} |
The stratum value [default: 0]. | |
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'.
|
no-apiinline |
Initialises the strata config.
[in] | stratum | The stratum to include in the search. |