![]() |
Rosetta
2021.16
|
Provides a StrictWeakOrdering comparator for sorting elements of a ScoresMap by one particular score type. More...
Public Types | |
| using | value_type = ScoresPairList::value_type |
Public Member Functions | |
| ScoreLessThanComparator (std::string const &score_name, bool reverse=false) | |
| ~ScoreLessThanComparator ()=default | |
| 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.
| using core::import_pose::atom_tree_diffs::ScoreLessThanComparator::value_type = ScoresPairList::value_type |
|
inline |
|
default |
|
inline |
References reverse_, and score_name_.
|
private |
Referenced by operator()().
|
private |
Referenced by operator()().
1.8.7