![]() |
EcoliSimulator
2.0.1a
|
#include <string>#include <sstream>#include <iostream>#include <vector>#include <fstream>#include <cmath>#include <thread>#include "Declar_funz.h"#include <limits>#include <ctime>#include "Colori.h"#include "GlobalVariables.h"#include "sssr.h"#include "apngasm_Global.h"#include "Funz_C.h"#include "Funz_C_Par.h"#include "gnuplot_3D.h"#include "filmato_3D_gnuplotMultiThread.hpp"#include "multiplot_film_snapshots.h"Macros | |
| #define | min_(a, b) ( ((a) < (b)) ? (a) : (b) ) |
Functions | |
| double | histogram_3D_gnuplotV2MultiThreadV2 (double max_x, double max_y, double min_x, double min_y, int n_dx, int n_dy, double dx, double dy, vector< vector< double > > &x, vector< vector< double > > &y, int n_c, int dim_col_t, int n_salti_colonne, Funz_C *f, double &maxC, int risp_Max, int cont_sim, string name_info) |
| void | gnuplot_large_population_interacting (string file_info[], string name_dyn, double T_f, int n_c, int dim_col_t, string names, Funz_C *f, int cont_gen_sim, double maxC) |
| #define min_ | ( | a, | |
| b | |||
| ) | ( ((a) < (b)) ? (a) : (b) ) |
| void gnuplot_large_population_interacting | ( | string | file_info[], |
| string | name_dyn, | ||
| double | T_f, | ||
| int | n_c, | ||
| int | dim_col_t, | ||
| string | names, | ||
| Funz_C * | f, | ||
| int | cont_gen_sim, | ||
| double | maxC | ||
| ) |
| double histogram_3D_gnuplotV2MultiThreadV2 | ( | double | max_x, |
| double | max_y, | ||
| double | min_x, | ||
| double | min_y, | ||
| int | n_dx, | ||
| int | n_dy, | ||
| double | dx, | ||
| double | dy, | ||
| vector< vector< double > > & | x, | ||
| vector< vector< double > > & | y, | ||
| int | n_c, | ||
| int | dim_col_t, | ||
| int | n_salti_colonne, | ||
| Funz_C * | f, | ||
| double & | maxC, | ||
| int | risp_Max, | ||
| int | cont_sim, | ||
| string | name_info | ||
| ) |
Function to plot the data for large_interacting_population: basically is possible duplicate of gnuplot_large_population. it changes how we read the file ... first loop on time or bacteria ??