Rosetta
|
Public Member Functions | |
Histogram (Real const min, Real const max, Real const spacing) | |
void | add (float const value, Size const n_items) |
void | clear () |
utility::vector1< Real > | get_scores () const |
utility::vector1< Size > | get_hist () const |
Private Attributes | |
Real const | min_ |
Real const | max_ |
Real const | spacing_ |
Size | n_elem_ |
utility::vector1< Size > | hist_ |
Definition at line 65 of file recces_turner.cc.
|
inline |
Definition at line 67 of file recces_turner.cc.
References min(), and runtime_assert.
|
inline |
Definition at line 77 of file recces_turner.cc.
|
inline |
Definition at line 89 of file recces_turner.cc.
|
inline |
Definition at line 101 of file recces_turner.cc.
|
inline |
Definition at line 93 of file recces_turner.cc.
References demo.D060_Folding::scores.
|
private |
Definition at line 106 of file recces_turner.cc.
|
private |
Definition at line 104 of file recces_turner.cc.
|
private |
Definition at line 104 of file recces_turner.cc.
|
private |
Definition at line 105 of file recces_turner.cc.
|
private |
Definition at line 104 of file recces_turner.cc.