Changeset 466 in Sophya for trunk/SophyaPI/PIext/pawexecut.h
- Timestamp:
- Oct 14, 1999, 7:01:58 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/pawexecut.h
r463 r466 20 20 virtual int Execute(string& keyw, vector<string>& args); 21 21 protected: 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); 22 33 PIStdImgApp* mApp; 23 34 }; 24 35 25 36 #endif 26
Note:
See TracChangeset
for help on using the changeset viewer.