EcoliSimulator  2.0.1a
filmato_3D_gnuplot_gif.hpp File Reference
#include <iostream>
#include <vector>

Go to the source code of this file.

Functions

void funz_clear ()
 
void funz_clearAll ()
 
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 lunch_gnuplot (std::string name_file_gnu)
 
int scriptUpDownPer_gif (std::string title, double T, int save, int smaller=0)
 
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)
 
int writeLog (std::string what, std::string msg)
 

Function Documentation

void funz_clear ( )

This function clear the terminal (different command according to the system)

void funz_clearAll ( )
void lunch_gnuplot ( std::string  name_file_gnu)
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 
)

This function writes the script for the video 3d gnuplot gif version

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 
)
int scriptUpDownPer_gif ( std::string  title,
double  T,
int  save,
int  smaller = 0 
)
int writeLog ( std::string  what,
std::string  msg 
)