![]() |
Rosetta Protocols
2014.35
|
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
|
inline |
Sets up the comparator based on a given score component.
References component_id_.
|
inlinevirtual |
compares two fragment candidates
Implements protocols::frag_picker::FragmentComparatorBase.
References component_id_.
|
private |
Referenced by CompareScoreComponent(), and operator()().