Detailed Description
Definition at line 24 of file PursuitStats.hpp.
List of all members.
Public Member Functions |
|
| PursuitStats () |
| | Constructor & Destructor.
|
| void | update (const PursuitGraph *myPG, double _computationTime) |
| | update the statistics according to the new value.
|
| void | reset () |
| | }}}
|
| unsigned int | getrounds () const |
| | }}}
|
|
const Stats< unsigned int > * | gethorizon () const |
|
const Stats< double > * | getcomputationTime () const |
|
const Stats< unsigned int > * | getfront () const |
|
const Stats< unsigned int > * | getrisk () const |
|
const Stats< unsigned int > * | getdanger () const |
|
unsigned int | getcntOK () const |
|
unsigned int | getcntRISK () const |
|
unsigned int | getcntDANGER () const |
|
double | getrateOK () const |
|
double | getrateRISK () const |
|
double | getrateDANGER () const |
Private Attributes |
|
unsigned int | rounds |
| | {{{
|
|
Stats< unsigned int > | horizon |
|
Stats< double > | computationTime |
|
Stats< unsigned int > | front |
|
Stats< unsigned int > | risk |
|
Stats< unsigned int > | danger |
|
unsigned int | cntOK |
|
unsigned int | cntRISK |
|
unsigned int | cntDANGER |
|
double | rateOK |
|
double | rateRISK |
|
double | rateDANGER |
Member Function Documentation
The documentation for this class was generated from the following file: