EcoliSimulator
2.0.1a
|
#include <iostream>
#include <fstream>
#include <cstring>
#include <limits>
#include <sstream>
#include "Declar_funz.h"
#include "Colori.h"
#include "GnuplotGlobal.h"
#include "MATLAB_Global.h"
#include "apngasm_Global.h"
#include "Dir_Global.h"
#include "setSizesTitles.hpp"
Functions | |
void | funz_clear () |
void | funz_clearAll () |
void | lunch_gnuplot (string name_file_gnu) |
void | set_gnuplot () |
void | set_matlab (string &versione_Matlab) |
void | set_apngasm () |
void | set_Location () |
void | set_gif () |
void | set_lunch_firefox () |
setting for the .png/.gif reader More... | |
void | general_settings () |
Settings of n. cores and the use or not of the program apngasm. More... | |
void | set_gnuplot_Matlab_apngas (string &versione_Matlab) |
void funz_clear | ( | ) |
This function clear the terminal (different command according to the system)
void funz_clearAll | ( | ) |
void general_settings | ( | ) |
Settings of n. cores and the use or not of the program apngasm.
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
name_file_gnu | name of script to pass to gnuplot |
void set_apngasm | ( | ) |
void set_gif | ( | ) |
void set_gnuplot | ( | ) |
void set_gnuplot_Matlab_apngas | ( | string & | versione_Matlab | ) |
This function set all the parameters to call the external program and set The location of the summary folder
void set_Location | ( | ) |
void set_lunch_firefox | ( | ) |
setting for the .png/.gif reader
void set_matlab | ( | string & | versione_Matlab | ) |