예제 #1
0
 //plt.DrawFile("C:/Games/git/DataVis/GUI/bin/Debug/tmp/ConstT/1.0539576e-002_x_u");
 public CController(string d, string f, string o, string dir, string pathToGNP)
 {
     if (Directory.Exists(dir))
     {
         Directory.Delete(dir, true);
     }
     Directory.CreateDirectory(dir);
     tuner = new CTuner(dir, o);
     tuner.TUN();
     this.dir = dir;
     //tuner.printTun();
     //parser = new CParser("C:\\Games\\git\\DataVis\\new_d.rez", "C:\\Games\\git\\DataVis\\new_f.rez", "C:\\Games\\git\\DataVis\\Data", tuner.columFGRGtun, tuner.typeLineTun);
     //parser = new CParser("C:\\Games\\git\\DataVis\\d_grg.rez", "C:\\Games\\git\\DataVis\\f_grg.rez", "C:\\Games\\git\\DataVis\\Data", tuner.columFGRGtun, tuner.typeLineTun);
     parser = new CParser(d, f, dir, tuner.columFGRGtun, tuner.typeLineTun);
     // parser.ParseConstT();
     //parser.ParseConstXall();
     //parser.ParseAlongID_XT();
     //parser.ParseXT();
     //parser.Parse();
     parser.Parse3d();
     plt = new Plot.Plot(pathToGNP);
 }
예제 #2
0
 public void Parse3d()
 {
     parser.Parse3d();
 }