Public Member Functions | |
const stat::Histogram & | operator[] (size_t i) const |
Histogram8 (int width, int length, int start=0) | |
void | add (Progress16 progress, int data, double weight=1.0) |
Public Attributes | |
CArray< stat::Histogram *, 8 > | histograms |
Definition at line 57 of file ratingstat.cc.
Histogram8::Histogram8 | ( | int | width, |
int | length, | ||
int | start = 0 |
||
) | [inline] |
Definition at line 64 of file ratingstat.cc.
void Histogram8::add | ( | Progress16 | progress, |
int | data, | ||
double | weight = 1.0 |
||
) | [inline] |
Definition at line 69 of file ratingstat.cc.
References osl::eval::max(), osl::eval::min(), and weight.
Referenced by test_position().
const stat::Histogram& Histogram8::operator[] | ( | size_t | i | ) | const [inline] |
Definition at line 60 of file ratingstat.cc.
CArray<stat::Histogram*,8> Histogram8::histograms |
Definition at line 59 of file ratingstat.cc.