|
Rosetta 3.5
|
comparator based on one of the score components calculated for fragments More...
#include <CommonFragmentComparators.hh>


Public Member Functions | |
| CompareScoreComponent (Size component_id) | |
| Sets up the comparator based on a given score component. More... | |
| bool | operator() (ScoredCandidate first_candidate, ScoredCandidate second_candidate) |
| compares two fragment candidates More... | |
Private Attributes | |
| Size | component_id_ |
comparator based on one of the score components calculated for fragments
Definition at line 119 of file CommonFragmentComparators.hh.
|
inline |
Sets up the comparator based on a given score component.
Definition at line 123 of file CommonFragmentComparators.hh.
References component_id_.
|
inlinevirtual |
compares two fragment candidates
Implements protocols::frag_picker::FragmentComparatorBase.
Definition at line 131 of file CommonFragmentComparators.hh.
References component_id_.
|
private |
Definition at line 139 of file CommonFragmentComparators.hh.
Referenced by CompareScoreComponent(), and operator()().
1.8.4