SeqAn3  3.0.2
The Modern C++ library for sequence analysis.
scoring_scheme_base.hpp File Reference

Provides seqan3::scoring_scheme_base. More...

+ 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.
 

Detailed Description

Provides seqan3::scoring_scheme_base.

Author
Hannes Hauswedell <hannes.hauswedell AT fu-berlin.de>
Rene Rahn <rene.rahn AT fu-berlin.de>