![]() |
Rosetta
2021.16
|
#include <Histogram.hh>

Public Member Functions | |
| Histogram (core::Real const min, core::Real const max, core::Real const spacing) | |
| ~Histogram () override | |
| void | add (float const value, core::Size const n_items) |
| void | clear () |
| utility::vector1< core::Real > | get_scores () const |
| utility::vector1< core::Size > const & | get_hist () const |
Private Attributes | |
| core::Real | min_ |
| core::Real | max_ |
| core::Real | spacing_ |
| core::Size | n_elem_ |
| utility::vector1< core::Size > | hist_ |
| protocols::recces::Histogram::Histogram | ( | core::Real const | min, |
| core::Real const | max, | ||
| core::Real const | spacing | ||
| ) |
References hist_, protocols::mean_field::min(), and n_elem_.
|
overridedefault |
| void protocols::recces::Histogram::add | ( | float const | value, |
| core::Size const | n_items | ||
| ) |
|
inline |
References hist_.
| utility::vector1< core::Real > protocols::recces::Histogram::get_scores | ( | ) | const |
|
private |
Referenced by add(), clear(), get_hist(), and Histogram().
|
private |
Referenced by add().
|
private |
Referenced by add(), and get_scores().
|
private |
Referenced by add(), clear(), get_scores(), and Histogram().
|
private |
Referenced by add(), and get_scores().
1.8.7