EcoliSimulator  2.0.1a
gnuplotFunzInternalDynalmic.cpp File Reference
#include <iostream>
#include <iomanip>
#include <fstream>
#include <cmath>
#include "GlobalVariables.h"
#include "GnuplotGlobal.h"
#include "sssr.h"
#include "E_Coli.h"
#include "ParameterEstimation_E_Coli.h"
#include "CV_rIG_tExp.h"
#include "CV_rExp_tExp.h"
#include "EO_rExp_tExp.h"
#include "EO_rIG_tExp.h"
#include "Molecular_rExp_tExp.h"
#include "ParameterEstimation_CV_rExp_tExp.h"
#include "ParameterEstimation_CV_rIG_tExp.h"
#include "Funz_C.h"
#include "setSizesTitles.hpp"

Enumerations

enum  tipoResponse { EXP = 0, IG = 1 }
 

Functions

void lunch_gnuplot (string name_file_gnu)
 
void writeScriptInternalDyn (int save_conform, string title, string fileDati, int ig, int cont_sim)
 Write the script for the internal dynamics. More...
 
string setNameScriptIntDyn (int gen_con_sim, int save_conform)
 the modify name for 'plot_batterium.gnu' More...
 
bool is_file_exist (const char *fileName)
 

Enumeration Type Documentation

Enumerator
EXP 
IG 

Function Documentation

bool is_file_exist ( const char *  fileName)

Check if a file with the given name exists

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

Parameters
name_file_gnuname of script to pass to gnuplot
string setNameScriptIntDyn ( int  gen_con_sim,
int  save_conform 
)

the modify name for 'plot_batterium.gnu'

void writeScriptInternalDyn ( int  save_conform,
string  title,
string  fileDati,
int  ig,
int  cont_sim 
)

Write the script for the internal dynamics.