Changeset 1838 in Sophya for trunk/SophyaPI/PIGcont/pigncont.cc
- Timestamp:
- Dec 21, 2001, 11:49:27 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIGcont/pigncont.cc
r1829 r1838 5 5 #include <math.h> 6 6 7 #include <typeinfo>8 9 #include <vector>10 #include <string>11 12 #include "ctimer.h"13 #include "piacmd.h"14 #include "nobjmgr.h"15 #include "pistdimgapp.h"16 17 #include "pidrawer.h"18 #include "nomgadapter.h"19 20 7 #include "histos.h" 21 #include "histos2.h"22 #include "hisprof.h"23 8 #include "ntuple.h" 24 9 25 #include "servnobjm.h" 26 #include <nbtri.h> 10 #include "nbtri.h" 27 11 28 12 #include "picntools.h" 29 13 #include "pigncont.h" 30 //A-Virer #include "pidrwtools.h" 31 //A-Virer #include "piaxestools.h" 32 33 extern "C" { 34 #include "contour.h" 35 #include "alloc.h" 36 #include "set.h" 37 } 38 39 TBOOLEAN multiplot; 40 double zero =0; 41 TBOOLEAN polar; 42 int xleft, xright, ybot, ytop; 43 float xsize; 44 float ysize; 45 float xoffset, yoffset; 46 14 15 /* A virer ?? Reza 21/12/2001 16 static TBOOLEAN multiplot; 17 static double zero =0; 18 static TBOOLEAN fg_polar; 19 static int xleft, xright, ybot, ytop; 20 static float xsize; 21 static float ysize; 22 static float xoffset, yoffset; 23 */ 47 24 48 25 GNUPlotContour::GNUPlotContour(struct iso_curve * iso){
Note:
See TracChangeset
for help on using the changeset viewer.