Provides seqan3::scoring_scheme_base. More...
#include <seqan3/std/algorithm>#include <seqan3/alphabet/concept.hpp>#include <seqan3/core/concept/cereal.hpp>#include <seqan3/core/concept/core_language.hpp>#include <seqan3/core/detail/strong_type.hpp>
Include dependency graph for scoring_scheme_base.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | seqan3::match_score< score_type > |
A strong type of underlying type score_type that represents the score of two matching characters. More... | |
| struct | seqan3::mismatch_score< score_type > |
A strong type of underlying type score_type that represents the score two different characters. More... | |
| class | seqan3::scoring_scheme_base< derived_t, alphabet_t, score_t > |
| A CRTP base class for scoring schemes. More... | |
Namespaces | |
| seqan3 | |
| The main SeqAn3 namespace. | |
Provides seqan3::scoring_scheme_base.