|
Rosetta 3.5
|
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
Definition at line 78 of file CommonFragmentComparators.hh.
|
inline |
Sets up the comparator for a given FragmentScoreManager.
Definition at line 84 of file CommonFragmentComparators.hh.
References components_, and weights_.
|
inline |
Definition at line 110 of file CommonFragmentComparators.hh.
|
inlinevirtual |
compares two fragment candidates
Implements protocols::frag_picker::FragmentComparatorBase.
Definition at line 97 of file CommonFragmentComparators.hh.
References components_, and weights_.
|
private |
Definition at line 112 of file CommonFragmentComparators.hh.
Referenced by CompareByScoreCombination(), and operator()().
|
private |
Definition at line 113 of file CommonFragmentComparators.hh.
Referenced by CompareByScoreCombination(), and operator()().
1.8.4