Functions | |
void | reset_flag_plot () |
reset the flag_plot to 0. Useful when running several simulation in a row with different save2file settings. More... | |
AutoPlot * | init_set_plot (int max_nb_curves) |
initialize the static auto_plot structure More... | |
void | free_set_plot () |
release memory of auto_plot More... | |
void | set_plot (double value, char *label) |
function called by the user to plot a curve More... | |
Variables | |
static AutoPlot * | auto_plot |
int | flag_plot = 0 |
1 if init_set_plot was called, 0 otherwise More... | |
void free_set_plot | ( | ) |
release memory of auto_plot
AutoPlot* init_set_plot | ( | int | max_nb_curves | ) |
initialize the static auto_plot structure
[in] | max_nb_curves | maximum number of curves to display |
void reset_flag_plot | ( | ) |
reset the flag_plot to 0. Useful when running several simulation in a row with different save2file settings.
void set_plot | ( | double | value, |
char * | label | ||
) |
function called by the user to plot a curve
[in] | value | current value of the curve |
[in] | label | label of the curve |
|
static |
int flag_plot = 0 |
1 if init_set_plot was called, 0 otherwise