![]() |
Rosetta
2021.16
|
Represents a set of filter scores that have been accepted. More...
#include <GenericSimulatedAnnealer.hh>

Public Member Functions | |
| AcceptedScores (core::Size const iteration) | |
| AcceptedScores (core::Size const iteration, core::Real const rank_score) | |
| AcceptedScores (core::Size const iteration, core::Real const rank_score, utility::vector1< core::Real > const &scores) | |
| core::Size | iteration () const |
| core::Real | rank_score () const |
| void | set_rank_score (core::Real const rank_score) |
Private Attributes | |
| core::Size | iteration_ |
| core::Real | rank_score_ |
Friends | |
| std::ostream & | operator<< (std::ostream &os, AcceptedScores const &scores) |
Represents a set of filter scores that have been accepted.
|
inline |
|
inline |
|
inline |
|
inline |
References iteration_.
Referenced by protocols::monte_carlo::operator<<().
|
inline |
References rank_score_.
Referenced by protocols::monte_carlo::operator<<(), and set_rank_score().
|
inline |
References rank_score(), and rank_score_.
Referenced by protocols::monte_carlo::GenericSimulatedAnnealer::score_pose().
|
friend |
|
private |
Referenced by iteration().
|
private |
Referenced by rank_score(), and set_rank_score().
1.8.7