![]() |
aGrUM 2.3.2
a C++ library for (probabilistic) graphical models
|
Notification for progress using listener. More...
#include <progressNotification.h>
Public Attributes | |
| Signaler2< Size, double > | onProgress |
| Progression (percent) and time. | |
| Signaler1< const std::string & > | onStop |
| with a possible explanation for stopping | |
Notification for progress using listener.
An interface for progress notification
Definition at line 64 of file progressNotification.h.
Progression (percent) and time.
Definition at line 67 of file progressNotification.h.
Referenced by gum::learning::BNDatabaseGenerator< GUM_SCALAR >::drawSamples().
| Signaler1< const std::string& > gum::ProgressNotifier::onStop |
with a possible explanation for stopping
Definition at line 70 of file progressNotification.h.
Referenced by gum::learning::BNDatabaseGenerator< GUM_SCALAR >::drawSamples().