SeqAn3 3.4.0-rc.1
The Modern C++ library for sequence analysis.
Loading...
Searching...
No Matches
seqan3::scoring_scheme_base< derived_t, alphabet_t, score_t > Member List

This is the complete list of members for seqan3::scoring_scheme_base< derived_t, alphabet_t, score_t >, including all inherited members.

alphabet_type typedefseqan3::scoring_scheme_base< derived_t, alphabet_t, score_t >
matrix_sizeseqan3::scoring_scheme_base< derived_t, alphabet_t, score_t >static
matrix_size_type typedefseqan3::scoring_scheme_base< derived_t, alphabet_t, score_t >
matrix_type typedefseqan3::scoring_scheme_base< derived_t, alphabet_t, score_t >
operator!=(derived_t const &rhs) const noexceptseqan3::scoring_scheme_base< derived_t, alphabet_t, score_t >inline
operator=(scoring_scheme_base const &) noexcept=defaultseqan3::scoring_scheme_base< derived_t, alphabet_t, score_t >
operator=(scoring_scheme_base &&) noexcept=defaultseqan3::scoring_scheme_base< derived_t, alphabet_t, score_t >
operator==(derived_t const &rhs) const noexceptseqan3::scoring_scheme_base< derived_t, alphabet_t, score_t >inline
score(alph1_t const alph1, alph2_t const alph2) noexceptseqan3::scoring_scheme_base< derived_t, alphabet_t, score_t >inline
score(alph1_t const alph1, alph2_t const alph2) const noexceptseqan3::scoring_scheme_base< derived_t, alphabet_t, score_t >inline
score_type typedefseqan3::scoring_scheme_base< derived_t, alphabet_t, score_t >
scoring_scheme_base(scoring_scheme_base const &) noexcept=defaultseqan3::scoring_scheme_base< derived_t, alphabet_t, score_t >
scoring_scheme_base(scoring_scheme_base &&) noexcept=defaultseqan3::scoring_scheme_base< derived_t, alphabet_t, score_t >
scoring_scheme_base() noexceptseqan3::scoring_scheme_base< derived_t, alphabet_t, score_t >inline
scoring_scheme_base(match_score< score_arg_t > const ms, mismatch_score< score_arg_t > const mms)seqan3::scoring_scheme_base< derived_t, alphabet_t, score_t >inline
scoring_scheme_base(matrix_type const &matrix) noexceptseqan3::scoring_scheme_base< derived_t, alphabet_t, score_t >inline
set_custom_matrix(matrix_type const &matrix) noexceptseqan3::scoring_scheme_base< derived_t, alphabet_t, score_t >inline
set_hamming_distance() noexceptseqan3::scoring_scheme_base< derived_t, alphabet_t, score_t >inline
set_simple_scheme(match_score< score_arg_t > const ms, mismatch_score< score_arg_t > const mms)seqan3::scoring_scheme_base< derived_t, alphabet_t, score_t >inline
~scoring_scheme_base() noexcept=defaultseqan3::scoring_scheme_base< derived_t, alphabet_t, score_t >
Hide me