SeqAn3 3.4.0-rc.4
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::vector< size_t > |
Type for storing the length of blocks. | |
Public Member Functions | |
uint8_t | blocks () const noexcept |
Returns the number of blocks. | |
Public Attributes | |
std::vector< uint8_t > | l |
Lower error bound for each block (accumulated values) | |
std::vector< uint8_t > | pi |
Order of blocks. | |
std::vector< uint8_t > | u |
Upper error bound for each block (accumulated values) | |
Object storing information for a search (of a search scheme).