SeqAn3 3.3.0
The Modern C++ library for sequence analysis.
|
Provides seqan3::scoring_scheme_base. More...
#include <algorithm>
#include <seqan3/alphabet/concept.hpp>
#include <seqan3/core/concept/cereal.hpp>
#include <seqan3/core/detail/strong_type.hpp>
#include <seqan3/utility/concept.hpp>
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 | |
namespace | seqan3 |
The main SeqAn3 namespace. | |
Provides seqan3::scoring_scheme_base.