EcoliSimulator
2.0.1a
|
#include <iostream>
#include "Q_tau_stat.h"
#include "s_lambda.h"
#include <vector>
#include <fstream>
#include "GnuplotGlobal.h"
Functions | |
void | lunch_gnuplot (std::string name_file_gnu) |
bool | is_file_exist (const char *fileName) |
int | plot_tau_Q (std::string title_, std::vector< Q_tau_stat > &vet_stat, int save_, int iterate) |
int | plot_lambda (std::string title_, s_lambda &lambda, int save_, int iterate) |
bool is_file_exist | ( | const char * | fileName | ) |
Check if a file with the given name exists
void lunch_gnuplot | ( | std::string | name_file_gnu | ) |
int plot_lambda | ( | std::string | title_, |
s_lambda & | lambda, | ||
int | save_, | ||
int | iterate | ||
) |
int plot_tau_Q | ( | std::string | title_, |
std::vector< Q_tau_stat > & | vet_stat, | ||
int | save_, | ||
int | iterate | ||
) |