EcoliSimulator  2.0.1a
gnuplot_single_film.cpp File Reference
#include <iostream>
#include <fstream>
#include <cmath>
#include "Declar_funz.h"
#include <limits>
#include <ctime>
#include "GlobalVariables.h"
#include "GnuplotGlobal.h"
#include "apngasm_Global.h"
#include "sssr.h"
#include "E_Coli.h"
#include "ParameterEstimation_E_Coli.h"
#include "CV_rIG_tExp.h"
#include "CV_rExp_tExp.h"
#include "Molecular_rExp_tExp.h"
#include "Funz_C.h"

Functions

void lunch_gnuplot (string name_file_gnu)
 
string setNameScriptSingleFilm (int cont_sim, int save)
 
int writeSciptFilmSingle (string title, double dt, double T_f, double c_max, double x_m, double y_m, double x_M, double y_M, int n_data, int salti_, string *names_files_Ecoli_mod, string &names_file_dyn_mod, int save_, int cont_sim)
 
int writeSciptFilmSingle_gif (string title, double dt, double T_f, double c_max, double x_m, double y_m, double x_M, double y_M, int n_data, int salti_, string *names_files_Ecoli_mod, string &names_file_dyn_mod, int save_, int cont_sim)
 
string setNameScriptLunchFilm (int cont_sim, int save)
 
int writeSciptLunchFilmSingle (int cont_sim, int save)
 
int writeSciptLunchFilmSingle_gif (int cont_sim, int save, string name_)
 

Function Documentation

void lunch_gnuplot ( string  name_file_gnu)

This function lunch the script name_file_gnu via gnuplot It is not used everytime since it has been written not at the beginning of the devopment of the softwer. You might want to substitute other command with this function

Parameters
name_file_gnuname of script to pass to gnuplot
string setNameScriptLunchFilm ( int  cont_sim,
int  save 
)

Set name to lunch filmato single

string setNameScriptSingleFilm ( int  cont_sim,
int  save 
)

Set name filmato single

int writeSciptFilmSingle ( string  title,
double  dt,
double  T_f,
double  c_max,
double  x_m,
double  y_m,
double  x_M,
double  y_M,
int  n_data,
int  salti_,
string *  names_files_Ecoli_mod,
string &  names_file_dyn_mod,
int  save_,
int  cont_sim 
)

Write the script for the film of 1D

int writeSciptFilmSingle_gif ( string  title,
double  dt,
double  T_f,
double  c_max,
double  x_m,
double  y_m,
double  x_M,
double  y_M,
int  n_data,
int  salti_,
string *  names_files_Ecoli_mod,
string &  names_file_dyn_mod,
int  save_,
int  cont_sim 
)

Write the script for the film of 1D

int writeSciptLunchFilmSingle ( int  cont_sim,
int  save 
)
int writeSciptLunchFilmSingle_gif ( int  cont_sim,
int  save,
string  name_ 
)