A cache of epitope scores (considered and commited) at each position, to enable efficient updating of only those scores affected by a substitution during annealing.
More...
#include <MHCEpitopeEnergy.hh>
A cache of epitope scores (considered and commited) at each position, to enable efficient updating of only those scores affected by a substitution during annealing.
This is separated out into a class to parallel the core::scoring::mhc_epitope_energy::MHCEpitopeEnergySetup helpers, as each such instance will affect the score separately.
| core::energy_methods::ScoreCache::ScoreCache |
( |
int |
nres | ) |
|
Construct a cache for the given number of residues in a pose (residues will be maintained and passed by the ResidueArrayAnnealableEnergy machinery)
| core::energy_methods::ScoreCache::ScoreCache |
( |
ScoreCache const & |
src | ) |
|
| core::energy_methods::ScoreCache::~ScoreCache |
( |
| ) |
|
|
overridedefault |
| ScoreCacheOP core::energy_methods::ScoreCache::clone |
( |
| ) |
const |
| utility::vector1< core::Real > core::energy_methods::ScoreCache::considered_scores_ |
Scores affected by the currently considered substitution.
| core::Size core::energy_methods::ScoreCache::considered_start_ |
The range of residues affected by the currently considered substitution.
| core::Size core::energy_methods::ScoreCache::considered_stop_ |
| utility::vector1< core::Real > core::energy_methods::ScoreCache::native_scores_ |
Scores for the native pose, in case the score is relative rather than absolute.
| utility::vector1< core::Real > core::energy_methods::ScoreCache::scores_ |
The documentation for this class was generated from the following files: