faif
|
the maps between pair of nucleotides and its energy More...
#include <EnergyNucleo.h>
Public Member Functions | |
EnergyNucleo (EnergyValue defaultEnergy) | |
EnergyNucleo (const EnergyNucleo &energy) | |
EnergyValue | getEnergy (const faif::dna::Nucleotide &a, const faif::dna::Nucleotide &b) const |
return the energy of given pair More... | |
void | addPair (const faif::dna::Nucleotide &a, const faif::dna::Nucleotide &b, const EnergyValue &val) |
stores the pair and its energy More... | |
the maps between pair of nucleotides and its energy
Gives energy for two nucleotides, used f.e. in secondary structure calculation
|
inlineexplicit |
c-tor
|
inline |
copy c-tor
|
inline |
return the energy of given pair
|
inline |
stores the pair and its energy
Referenced by faif::dna::createDefaultEnergy().