|
Jafar
|
Public Member Functions | |
| Stats () | |
| Constructor & Destructor. | |
| void | update (Class const &newValue) |
| update the statistics according to the new value. | |
| void | reset () |
| }}} | |
| Class | getcount () const |
| }}} | |
| Class | getsum () const |
| Class | getmean () const |
| Class | getmin () const |
| Class | getmax () const |
Private Attributes | |
| unsigned int | count |
| {{{ | |
| Class | sum |
| Class | mean |
| Class | min |
| Class | max |
| Class jafar::lgl::Stats< Class >::getcount | ( | ) | const [inline] |
| void jafar::lgl::Stats< Class >::reset | ( | ) | [inline] |
| void jafar::lgl::Stats< Class >::update | ( | Class const & | newValue | ) | [inline] |
update the statistics according to the new value.
| newValue | a new encountered Value |
{{{
Definition at line 54 of file Stats.hpp.
Referenced by jafar::lgl::PursuitStats::update().
| Generated on Wed Oct 15 2014 00:37:42 for Jafar by doxygen 1.7.6.1 |
|