![]() |
Rosetta Protocols
2014.16.56682
|
comparator based on the linear combination of some score components More...
#include <CommonFragmentComparators.hh>
Public Member Functions | |
| CompareByScoreCombination (utility::vector1< Size > which_components, utility::vector1< Real > weights) | |
| Sets up the comparator for a given FragmentScoreManager. More... | |
| bool | operator() (ScoredCandidate first_candidate, ScoredCandidate second_candidate) |
| compares two fragment candidates More... | |
| ~CompareByScoreCombination () | |
Private Attributes | |
| utility::vector1< Size > | components_ |
| utility::vector1< Real > | weights_ |
comparator based on the linear combination of some score components
|
inline |
Sets up the comparator for a given FragmentScoreManager.
References components_, and weights_.
|
inline |
|
inlinevirtual |
compares two fragment candidates
Implements protocols::frag_picker::FragmentComparatorBase.
References components_, and weights_.
|
private |
Referenced by CompareByScoreCombination(), and operator()().
|
private |
Referenced by CompareByScoreCombination(), and operator()().
1.8.7