EcoliSimulator  2.0.1a
gnuplot_3D.h
Go to the documentation of this file.
1 //
2 // gnuplot_3D.h
3 // EColi_2.4
4 //
5 // Created by Stefano Belloni on 22/06/15.
6 /*This program is free software - GNU General Public License Verison 2*/
7 //
8 
9 
10 #include <vector>
11 #include "Funz_C.h"
12 
13 
14 double histogram_3D_gnuplot(double max_x, double max_y, double min_x,double min_y, int n_dx, int n_dy, double dx, double dy, std::vector<std::vector<double> > x,std::vector<std::vector<double> > y, int n_c, int dim_col_t, int n_salti_colonne, Funz_C *f, double &maxC, std::string name_file);
15 double histogram_3D_gnuplotV2(double max_x, double max_y, double min_x,double min_y, int n_dx, int n_dy, double dx, double dy, std::vector<std::vector<double> >& x,std::vector<std::vector<double> >& y, int n_c, int dim_col_t, int n_salti_colonne, Funz_C *f, double &maxC, int MaxDom, int cont_sim, std::string name_file);
16 double histogram_3D_gnuplotV2MultiThread(double max_x, double max_y, double min_x,double min_y, int n_dx, int n_dy, double dx, double dy, std::vector<std::vector<double> >& x,std::vector<std::vector<double> >& y, int n_c, int dim_col_t, int n_salti_colonne, Funz_C *f, double &maxC, int MaxDom, int cont_sim, std::string name_file);
17 
18 void filmato_3D_gnuplot(std::string file_info[], double max_x, double max_y, double min_x,double min_y, double max_z, int dim_col_t, Funz_C *f, int cont_gen_sim, double MaxC);
19 void baricentro_plot(std::string name,std::vector<std::vector<double> > &x_t,std::vector<std::vector<double> > &y_t,int n_c,int dim_col_t, int cont_gen_sim = 0);
20 void gnuplot_large_population_interacting(std::string file_info[], std::string name_dyn, double T_f, int n_c, int dim_col_t, std::string names, Funz_C *f, int cont_gen_sim, double maxC);
21 void lunch_gnuplot(std::string name_file_gnu);
22 void Histogram_Dynamic(std::string name, std::string name_dynamic, int sim_cont);
23 void funz_clear();
24 int percSignFunzC(std::vector< std::vector<double> > c_t, int n_c, int dim_col_t, std::string nameInfo);
25 
26 
double histogram_3D_gnuplotV2MultiThread(double max_x, double max_y, double min_x, double min_y, int n_dx, int n_dy, double dx, double dy, std::vector< std::vector< double > > &x, std::vector< std::vector< double > > &y, int n_c, int dim_col_t, int n_salti_colonne, Funz_C *f, double &maxC, int MaxDom, int cont_sim, std::string name_file)
void gnuplot_large_population_interacting(std::string file_info[], std::string name_dyn, double T_f, int n_c, int dim_col_t, std::string names, Funz_C *f, int cont_gen_sim, double maxC)
double histogram_3D_gnuplot(double max_x, double max_y, double min_x, double min_y, int n_dx, int n_dy, double dx, double dy, std::vector< std::vector< double > > x, std::vector< std::vector< double > > y, int n_c, int dim_col_t, int n_salti_colonne, Funz_C *f, double &maxC, std::string name_file)
void baricentro_plot(std::string name, std::vector< std::vector< double > > &x_t, std::vector< std::vector< double > > &y_t, int n_c, int dim_col_t, int cont_gen_sim=0)
void filmato_3D_gnuplot(std::string file_info[], double max_x, double max_y, double min_x, double min_y, double max_z, int dim_col_t, Funz_C *f, int cont_gen_sim, double MaxC)
Base class for the function describing the ligand concentration.
Definition: Funz_C.h:76
void funz_clear()
Definition: clear_Bild.cpp:9
int percSignFunzC(std::vector< std::vector< double > > c_t, int n_c, int dim_col_t, std::string nameInfo)
void lunch_gnuplot(std::string name_file_gnu)
double histogram_3D_gnuplotV2(double max_x, double max_y, double min_x, double min_y, int n_dx, int n_dy, double dx, double dy, std::vector< std::vector< double > > &x, std::vector< std::vector< double > > &y, int n_c, int dim_col_t, int n_salti_colonne, Funz_C *f, double &maxC, int MaxDom, int cont_sim, std::string name_file)
void Histogram_Dynamic(std::string name, std::string name_dynamic, int sim_cont)
Definition: Hystogram_Dynamic.cpp:39