![]() |
Rosetta Protocols
2014.16.56682
|
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
|
inline |
Sets up the comparator for a given FragmentScoreManager.
References scoring_.
|
inline |
|
inlinevirtual |
compares two fragment candidates
Implements protocols::frag_picker::FragmentComparatorBase.
References scoring_.
|
private |
Referenced by CompareTotalScore(), and operator()().
1.8.7