|
Rosetta 3.5
|
Provides a StrictWeakOrdering comparator for sorting elements of a ScoresMap by one particular score type. More...

Public Types | |
| typedef ScoresPairList::value_type | value_type |
Public Member Functions | |
| ScoreLessThanComparator (std::string const &score_name, bool reverse=false) | |
| ~ScoreLessThanComparator () | |
| bool | operator() (value_type a, value_type b) |
Private Attributes | |
| std::string | score_name_ |
| bool | reverse_ |
Provides a StrictWeakOrdering comparator for sorting elements of a ScoresMap by one particular score type.
Obviously, all entries in the map must have that score type present, or this dies a horrible death.
Definition at line 56 of file atom_tree_diff.cc.
| typedef ScoresPairList::value_type core::import_pose::atom_tree_diffs::ScoreLessThanComparator::value_type |
Definition at line 58 of file atom_tree_diff.cc.
|
inline |
Definition at line 59 of file atom_tree_diff.cc.
|
inline |
Definition at line 60 of file atom_tree_diff.cc.
|
inline |
Definition at line 61 of file atom_tree_diff.cc.
References reverse_, and score_name_.
|
private |
Definition at line 65 of file atom_tree_diff.cc.
Referenced by operator()().
|
private |
Definition at line 64 of file atom_tree_diff.cc.
Referenced by operator()().
1.8.4