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


Ignore:
Timestamp:
Oct 19, 2000, 4:46:29 PM (25 years ago)
Author:
ercodmgr
Message:

n/scan cmv 19/10/00

File:
1 edited

Legend:

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

    r1079 r1247  
    1616class PAWExecutor : public CmdExecutor {
    1717public:
    18                    PAWExecutor(PIACmd* piac, PIStdImgApp* app);
    19   virtual          ~PAWExecutor();
    20   virtual int      Execute(string& keyw, vector<string>& args);
     18              PAWExecutor(PIACmd* piac, PIStdImgApp* app);
     19  virtual     ~PAWExecutor();
     20  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_oper(vector<string>& tokens);
    31   void h_plot_2d(vector<string>& tokens);
    32   void h_put_vec(vector<string>& tokens);
    33   void h_get_vec(vector<string>& tokens);
    34   void h_copy(vector<string>& tokens);
    35   void h_set(string dum,vector<string>& tokens);
    36   void h_err(vector<string>& tokens);
    37   int  decodepawstring(string tokens,string& nameobj
    38                       ,string& xexp,string& yexp,string& zexp);
     22  void  reset(vector<string>& tokens);
     23  void  n_plot(vector<string>& tokens);
     24  void  n_proj(vector<string>& tokens);
     25  void  n_scan(vector<string>& tokens);
     26  void  h_integ(vector<string>& tokens);
     27  void  h_deriv(vector<string>& tokens);
     28  void  h_rebin(vector<string>& tokens);
     29  void  h_cadd(vector<string>& tokens);
     30  void  h_cmult(vector<string>& tokens);
     31  void  h_oper(vector<string>& tokens);
     32  void  h_plot_2d(vector<string>& tokens);
     33  void  h_put_vec(vector<string>& tokens);
     34  void  h_get_vec(vector<string>& tokens);
     35  void  h_copy(vector<string>& tokens);
     36  void  h_set(string dum,vector<string>& tokens);
     37  void  h_err(vector<string>& tokens);
     38  int_4 decodepawstring(string tokens,string& nameobj
     39                       ,string& xexp,string& yexp,string& zexp);
    3940  PIStdImgApp* mApp;
    4041  static uint_4 autoc_counter_;
Note: See TracChangeset for help on using the changeset viewer.