Rosetta
|
Creates a std::unordered_map that maps a char pair of name1s to their BLOSUM62 score. More...
#include <unordered_map>
#include <core/types.hh>
#include <utility/vector1.hh>
#include <utility>
#include <basic/Tracer.hh>
Classes | |
struct | core::sequence::CharPairHash |
struct | core::sequence::Blosum62Map |
Namespaces | |
core | |
A class for reading in the atom type properties. | |
core::sequence | |
Functions | |
static basic::Tracer | blosum_62_map_tr ("core.sequence.Blosum62Map") |
std::unordered_map< std::pair< char, char >, int, CharPairHash > | core::sequence::create_map_for_Blosum62Map () |
Creates a std::unordered_map that maps a char pair of name1s to their BLOSUM62 score.
|
static |
Referenced by core::sequence::create_map_for_Blosum62Map().