EcoliSimulator
2.0.1a
|
#include <iostream>
#include "Colori.h"
#include "ErrorsDefinition.h"
#include "GlobalRandomVariables.h"
#include "apngasm_Global.h"
#include "GnuplotGlobal.h"
#include "Dir_Global.h"
#include "MATLAB_Global.h"
#include <unistd.h>
Functions | |
void | SetWindow (int Width=60, int Height=98) |
void | FullWindows () |
void | funz_clear () |
void | funz_clearAll () |
void | initial_page () |
void | setDefoultGlobalVar () |
void FullWindows | ( | ) |
void funz_clear | ( | ) |
This function clear the terminal (different command according to the system)
void funz_clearAll | ( | ) |
void initial_page | ( | ) |
This function drow the initial page for the command line program. note: for windows it is without colors.
void setDefoultGlobalVar | ( | ) |
This function set the global variables to their default values ...
void SetWindow | ( | int | Width = 60 , |
int | Height = 98 |
||
) |