![]() |
EcoliSimulator
2.0.1a
|
#include <iostream>#include <fstream>#include "GnuplotGlobal.h"#include "apngasm_Global.h"#include "MATLAB_Global.h"#include "GlobalVariables.h"#include "Colori.h"#include "Dir_Global.h"#include "Declar_funz.h"#include "ErrorsDefinition.h"#include <limits>#include <ctime>Functions | |
| bool | is_file_exist (const char *fileName) |
| int | import_path (string version_MATLAB) |
| int | save_path (string versione_MATLAB) |
| void | pritn_path (string versione_MATLAB) |
| int | save_risposte () |
| int import_path | ( | string | version_MATLAB | ) |
The function read the file 'EcoliPath.Ecoli', where there are saved path and option for the programs gnuplot, agapng and matlab
| bool is_file_exist | ( | const char * | fileName | ) |
Check if a file with the given name exists
| void pritn_path | ( | string | versione_MATLAB | ) |
| int save_path | ( | string | versione_MATLAB | ) |
The function saves in "EcoliPath.Ecoli" the parameters and path about the program Matlab, gnuplot etc.
| int save_risposte | ( | ) |