EcoliSimulator  2.0.1a
multiplot_film_snapshots.h
Go to the documentation of this file.
1 //
2 // multiplot_film_snapshots.h
3 // EcoliSimulator_0.0.1a
4 //
5 // Created by Stefano Belloni on 13/06/16.
6 // Copyright © 2016 Stefano Belloni. All rights reserved.
7 //
8 
9 #ifndef multiplot_film_snapshots_h
10 #define multiplot_film_snapshots_h
11 
12 #include <iostream>
13 
14 #include "sssr.h"
15 #include "Colori.h"
16 #include "Funz_C.h"
17 
18 void gnuplot_Multiplot(Funz_C *f, int dim_col_t, int cont_gen_sim, std::string names_info,
19  double min_x, double max_x, double min_y, double max_y, double max_z, double max_fc);
20 int scriptMultiPlot(int risp_n, std::string title, double min_x, double max_x, double min_y, double max_y, double max_z, std::vector<int> frame_n, double Dt/*dt*(epsilon*epsilon)*/, int n_iter, int save_, int con_gen, int smaller = 0);
21 int scriptUpDownPer(std::string title, double T, int save, int smaller = 0);
22 void lunch_gnuplot(std::string name_file_gnu);
23 
24 #endif /* multiplot_film_snapshots_h */
void lunch_gnuplot(std::string name_file_gnu)
void gnuplot_Multiplot(Funz_C *f, int dim_col_t, int cont_gen_sim, std::string names_info, double min_x, double max_x, double min_y, double max_y, double max_z, double max_fc)
int scriptUpDownPer(std::string title, double T, int save, int smaller=0)
int scriptMultiPlot(int risp_n, std::string title, double min_x, double max_x, double min_y, double max_y, double max_z, std::vector< int > frame_n, double Dt, int n_iter, int save_, int con_gen, int smaller=0)
Base class for the function describing the ligand concentration.
Definition: Funz_C.h:76