11#ifndef PROGRESSINDICATOR_H
12#define PROGRESSINDICATOR_H
Definition progress_indicator.h:20
int current_iteration_
Definition progress_indicator.h:31
ProgressIndicator(const int &total_iterations, const int &step_width)
const double total_iterations_
Definition progress_indicator.h:27
const double step_width_
Definition progress_indicator.h:28
double current_progress_
Definition progress_indicator.h:30