|
Rosetta 3.5
|
comparator based on the total score of fragments More...
#include <CommonFragmentComparators.hh>


Public Member Functions | |
| CompareTotalScore (scores::FragmentScoreManagerOP scoring) | |
| Sets up the comparator for a given FragmentScoreManager. More... | |
| bool | operator() (ScoredCandidate first_candidate, ScoredCandidate second_candidate) |
| compares two fragment candidates More... | |
| ~CompareTotalScore () | |
Private Attributes | |
| scores::FragmentScoreManagerOP | scoring_ |
comparator based on the total score of fragments
Definition at line 50 of file CommonFragmentComparators.hh.
|
inline |
Sets up the comparator for a given FragmentScoreManager.
Definition at line 56 of file CommonFragmentComparators.hh.
References scoring_.
|
inline |
Definition at line 71 of file CommonFragmentComparators.hh.
|
inlinevirtual |
compares two fragment candidates
Implements protocols::frag_picker::FragmentComparatorBase.
Definition at line 64 of file CommonFragmentComparators.hh.
References scoring_.
|
private |
Definition at line 73 of file CommonFragmentComparators.hh.
Referenced by CompareTotalScore(), and operator()().
1.8.4