SeqAn3 3.4.0-rc.1
The Modern C++ library for sequence analysis.
Loading...
Searching...
No Matches
seqan3::detail::edit_distance_trace_matrix_full< word_t, is_semi_global, use_max_errors >::max_errors_state Struct Reference

If use_max_errors is true store these additional state information in state_type. More...

#include <seqan3/alignment/matrix/detail/edit_distance_trace_matrix_full.hpp>

Public Attributes

size_t max_rows {}
 The number of max_rows within the current column. Computed by seqan3::detail::edit_distance_score_matrix_full::max_rows.
 

Detailed Description

template<typename word_t, bool is_semi_global, bool use_max_errors>
struct seqan3::detail::edit_distance_trace_matrix_full< word_t, is_semi_global, use_max_errors >::max_errors_state

If use_max_errors is true store these additional state information in state_type.


The documentation for this struct was generated from the following file:
Hide me