Blame view

src/ParamOutputImpl/Plot/PlotTools.hh 520 Bytes
5f13f59c   Hacene SI HADJ MOHAND   in progress worki...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
/*
 * To change this license header, choose License Headers in Project Properties.
 * To change this template file, choose Tools | Templates
 * and open the template in the editor.
 */

/* 
 * File:   PlotTools.hh
 * Author: hacene
 *
 * Created on January 7, 2022, 4:30 PM
 */

#ifndef PLOTTOOLS_HH
#define PLOTTOOLS_HH

#include"ParamTable.hh"
#include "Range.hh"
#include "Axis.hh"
namespace plot {

class PlotTools{
public:
    PlotTools(){    
    }
    ~ PlotTools(){
b0205fd9   Hacene SI HADJ MOHAND   plot ok reste que...
27
    }       
5f13f59c   Hacene SI HADJ MOHAND   in progress worki...
28
29
30
31
};
}

#endif /* PLOTTOOLS_HH */