#include <MoochoPack_ActSetStats.hpp>
Public Types | |
| enum | |
| Set to this value if a statistic is not known. More... | |
Public Member Functions | |
| ActSetStats () | |
| Construct all unknowns. | |
| void | set_stats (int num_active, int num_adds, int num_drops, int num_active_indep, int num_adds_indep, int num_drops_indep) |
| Initialize the statistics. | |
| int | num_active () const |
| | |
| int | num_adds () const |
| | |
| int | num_drops () const |
| | |
| int | num_active_indep () const |
| | |
| int | num_adds_indep () const |
| | |
| int | num_drops_indep () const |
| | |
Definition at line 39 of file MoochoPack_ActSetStats.hpp.
|
|
Set to this value if a statistic is not known.
Definition at line 45 of file MoochoPack_ActSetStats.hpp. |
|
|
Construct all unknowns.
Definition at line 50 of file MoochoPack_ActSetStats.hpp. |
|
||||||||||||||||||||||||||||
|
Initialize the statistics.
Definition at line 56 of file MoochoPack_ActSetStats.hpp. |
|
|
Definition at line 70 of file MoochoPack_ActSetStats.hpp. |
|
|
Definition at line 75 of file MoochoPack_ActSetStats.hpp. |
|
|
Definition at line 80 of file MoochoPack_ActSetStats.hpp. |
|
|
Definition at line 86 of file MoochoPack_ActSetStats.hpp. |
|
|
Definition at line 91 of file MoochoPack_ActSetStats.hpp. |
|
|
Definition at line 96 of file MoochoPack_ActSetStats.hpp. |
1.3.9.1