EcoliSimulator  2.0.1a
filmato_3D_gnuplot_gif.hpp
Go to the documentation of this file.
1 //
2 // filmato_3D_gnuplot_gif.hpp
3 // EcoliSimulator_0.0.1a
4 //
5 // Created by Stefano Belloni on 14/06/16.
6 // Copyright © 2016 Stefano Belloni. All rights reserved.
7 //
8 
9 #ifndef filmato_3D_gnuplot_gif_hpp
10 #define filmato_3D_gnuplot_gif_hpp
11 
12 #include <iostream>
13 #include <vector>
14 
15 void funz_clear();
16 void funz_clearAll();
17 int scriptMultiPlot_gif(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);
18 void lunch_gnuplot(std::string name_file_gnu);
19 int scriptUpDownPer_gif(std::string title, double T, int save, int smaller = 0);
20 int scriptFilmato3Dgnuplot_gif(double Dt/*dt*(epsilon*epsilon)*/, double maxX, double maxY, double minX, double minY, double max_z, double max_fc, int dim_col_t, int save_, int cont_sim);
21 int writeLog(std::string what, std::string msg);
22 
23 
24 #endif /* filmato_3D_gnuplot_gif_hpp */
void funz_clear()
Definition: clear_Bild.cpp:9
int scriptFilmato3Dgnuplot_gif(double Dt, double maxX, double maxY, double minX, double minY, double max_z, double max_fc, int dim_col_t, int save_, int cont_sim)
Definition: filmato_3D_gnuplot_gif.cpp:246
int writeLog(std::string what, std::string msg)
int scriptUpDownPer_gif(std::string title, double T, int save, int smaller=0)
int scriptMultiPlot_gif(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)
void funz_clearAll()
Definition: clear_Bild.cpp:28
void lunch_gnuplot(std::string name_file_gnu)