Changeset 466 in Sophya for trunk/SophyaPI/PIext/pawexecut.h


Ignore:
Timestamp:
Oct 14, 1999, 7:01:58 PM (26 years ago)
Author:
ercodmgr
Message:

Changement nom /func en /autoc
Nouvelles commandes PAW-like n/plot,...,reset,h/plot/2d etc..
Creation de helpfit pour commenatires fit,fitlin,fitw,crfitfun etc..

cmv 14/10/99

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PIext/pawexecut.h

    r463 r466  
    2020  virtual int      Execute(string& keyw, vector<string>& args);
    2121protected:
     22  void reset(vector<string>& tokens);
     23  void n_plot(vector<string>& tokens);
     24  void n_proj(vector<string>& tokens);
     25  void h_integ(vector<string>& tokens);
     26  void h_deriv(vector<string>& tokens);
     27  void h_rebin(vector<string>& tokens);
     28  void h_cadd(vector<string>& tokens);
     29  void h_cmult(vector<string>& tokens);
     30  void h_plot_2d(vector<string>& tokens);
     31  int  decodepawstring(string tokens,string& nameobj
     32                      ,string& xexp,string& yexp,string& zexp);
    2233  PIStdImgApp* mApp;
    2334};
    2435
    2536#endif
    26 
Note: See TracChangeset for help on using the changeset viewer.