#include <iostream>
#include "sssr.h"
#include "Colori.h"
#include "Funz_C.h"
 
Go to the source code of this file.
 | 
| void  | gnuplot_Multiplot (Funz_C *f, int dim_col_t, int cont_gen_sim, std::string names_info, double min_x, double max_x, double min_y, double max_y, double max_z, double max_fc) | 
|   | 
| int  | scriptMultiPlot (int risp_n, std::string title, double min_x, double max_x, double min_y, double max_y, double max_z, std::vector< int > frame_n, double Dt, int n_iter, int save_, int con_gen, int smaller=0) | 
|   | 
| int  | scriptUpDownPer (std::string title, double T, int save, int smaller=0) | 
|   | 
| void  | lunch_gnuplot (std::string name_file_gnu) | 
|   | 
      
        
          | void gnuplot_Multiplot  | 
          ( | 
          Funz_C *  | 
          f,  | 
        
        
           | 
           | 
          int  | 
          dim_col_t,  | 
        
        
           | 
           | 
          int  | 
          cont_gen_sim,  | 
        
        
           | 
           | 
          std::string  | 
          names_info,  | 
        
        
           | 
           | 
          double  | 
          min_x,  | 
        
        
           | 
           | 
          double  | 
          max_x,  | 
        
        
           | 
           | 
          double  | 
          min_y,  | 
        
        
           | 
           | 
          double  | 
          max_y,  | 
        
        
           | 
           | 
          double  | 
          max_z,  | 
        
        
           | 
           | 
          double  | 
          max_fc  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
      
        
          | void lunch_gnuplot  | 
          ( | 
          std::string  | 
          name_file_gnu | ) | 
           | 
        
      
 
 
      
        
          | int scriptMultiPlot  | 
          ( | 
          int  | 
          risp_n,  | 
        
        
           | 
           | 
          std::string  | 
          title,  | 
        
        
           | 
           | 
          double  | 
          min_x,  | 
        
        
           | 
           | 
          double  | 
          max_x,  | 
        
        
           | 
           | 
          double  | 
          min_y,  | 
        
        
           | 
           | 
          double  | 
          max_y,  | 
        
        
           | 
           | 
          double  | 
          max_z,  | 
        
        
           | 
           | 
          std::vector< int >  | 
          frame_n,  | 
        
        
           | 
           | 
          double  | 
          Dt,  | 
        
        
           | 
           | 
          int  | 
          n_iter,  | 
        
        
           | 
           | 
          int  | 
          save_,  | 
        
        
           | 
           | 
          int  | 
          con_gen,  | 
        
        
           | 
           | 
          int  | 
          smaller = 0  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
      
        
          | int scriptUpDownPer  | 
          ( | 
          std::string  | 
          title,  | 
        
        
           | 
           | 
          double  | 
          T,  | 
        
        
           | 
           | 
          int  | 
          save,  | 
        
        
           | 
           | 
          int  | 
          smaller = 0  | 
        
        
           | 
          ) | 
           |  |