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 >::trace_matrix_state Struct Reference

This information is needed to infer the trace matrix. More...

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

Public Attributes

std::vector< word_typediagonal {}
 Machine words which represent the trace_direction::diagonal.
 
std::vector< word_typeleft {}
 Machine words which represent the trace_direction::left.
 
std::vector< word_typeup {}
 Machine words which represent the trace_direction::up.
 

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 >::trace_matrix_state

This information is needed to infer the trace matrix.


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