Changeset 326 in Sophya for trunk/SophyaPI/PIext/nobjmgr.h
- Timestamp:
- Jun 23, 1999, 4:41:47 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/nobjmgr.h
r295 r326 78 78 string& experr, string& expcut, string& nomgfd); 79 79 80 // Trace de fonctions 1-D , 2-D81 virtual void PlotFunc(string& expfunc, float xmin, float xmax, int np=100, string dopt="");82 virtual void PlotFunc2D(string& expfunc, float xmin, float xmax, float ymin, float ymax,83 int npx=50, int npy=50, string dopt="");84 virtual void PlotFunc(DlFunctionOfX f, float xmin, float xmax, int np=100, string dopt="");85 virtual void PlotFunc2D(DlFunctionOfXY f, float xmin, float xmax, float ymin, float ymax,86 int npx=50, int npy=50, string dopt="");87 88 80 // Methodes de fit, a rajouter (pour CMV , deux methodes H1 H2 ou 1 seule ??) ... 89 81 virtual void Fit12D(string const& nom, string& func,
Note:
See TracChangeset
for help on using the changeset viewer.