Stores min, max and sum of values fed to it.
More...
#include <stats.hpp>
Stores min, max and sum of values fed to it.
Definition at line 16 of file stats.hpp.
qi::MinMaxSum::MinMaxSum |
( |
| ) |
|
|
inline |
qi::MinMaxSum::MinMaxSum |
( |
float |
minValue, |
|
|
float |
maxValue, |
|
|
float |
cumulatedValue |
|
) |
| |
|
inline |
std::string qi::MinMaxSum::asString |
( |
unsigned int |
count | ) |
const |
|
inline |
const float& qi::MinMaxSum::cumulatedValue |
( |
| ) |
const |
|
inline |
const float& qi::MinMaxSum::maxValue |
( |
| ) |
const |
|
inline |
const float& qi::MinMaxSum::minValue |
( |
| ) |
const |
|
inline |
void qi::MinMaxSum::push |
( |
float |
val, |
|
|
bool |
init = false |
|
) |
| |
|
inline |
void qi::MinMaxSum::reset |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following file:
- /home/opennao/work/master/sdk/libqi/qi/stats.hpp