![]() |
Rosetta
2021.16
|
#include <LegacyAssemblyScorer.hh>

Public Types | |
| typedef std::map< std::string, std::pair< core::Real, LegacyAssemblyScorerOP > > | ScorerMap |
Public Member Functions | |
| core::Real | score (AssemblyCOP assembly) const |
| return the weighted sum of all scorer scores More... | |
| void | add_scorer (std::string score_name, core::Real weight, LegacyAssemblyScorerOP scorer) |
| utility::vector1< std::pair < std::string, core::Real > > | get_all_scores (AssemblyCOP assembly) const |
Private Attributes | |
| std::map< std::string, std::pair< core::Real, LegacyAssemblyScorerOP > > | scorers_ |
| typedef std::map< std::string, std::pair<core::Real, LegacyAssemblyScorerOP> > protocols::legacy_sewing::scoring::LegacyAssemblyScoreFunction::ScorerMap |
|
inline |
References scorers_.
|
inline |
|
inline |
|
private |
Referenced by add_scorer(), get_all_scores(), and score().
1.8.7