|
SeqAn3 3.4.2-rc.1
The Modern C++ library for sequence analysis.
|
Object storing information for a search (of a search scheme). More...
#include <seqan3/search/detail/search_scheme_precomputed.hpp>
Public Types | |
| using | blocks_length_type = std::array< size_t, nbr_blocks > |
| Type for storing the length of blocks. | |
Public Member Functions | |
| constexpr uint8_t | blocks () const noexcept |
| Returns the number of blocks. | |
Public Attributes | |
| std::array< uint8_t, nbr_blocks > | l |
| Lower error bound for each block (accumulated values) | |
| std::array< uint8_t, nbr_blocks > | pi |
| Order of blocks. | |
| std::array< uint8_t, nbr_blocks > | u |
| Upper error bound for each block (accumulated values) | |
Object storing information for a search (of a search scheme).