Changeset 326 in Sophya for trunk/SophyaPI/PIext/servnobjm.h
- Timestamp:
- Jun 23, 1999, 4:41:47 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/servnobjm.h
r295 r326 45 45 PlotExprFunc LinkExprFunc(string& vardec, string& expx, string& expy, string& expz, 46 46 string& wt, string& cut); 47 DlFunction LinkFunctionFromFile(string & fnamer, char*funcname);47 DlFunction LinkFunctionFromFile(string const & fname, string const & funcname); 48 48 void CloseDLL(); 49 49 50 // Trace de fonctions 1-D , 2-D 51 virtual void PlotFunc(string const & expfunc, float xmin, float xmax, int np=100, string dopt=""); 52 virtual void PlotFunc2D(string const & expfunc, float xmin, float xmax, float ymin, float ymax, 53 int npx=50, int npy=50, string dopt=""); 54 virtual void PlotFuncFrCFile(string const & fname, string const & func, float xmin, float xmax, 55 int np=100, string dopt=""); 56 virtual void PlotFunc2DFrCFile(string const & fname, string const & func, float xmin, float xmax, 57 float ymin, float ymax, int npx=50, int npy=50, string dopt=""); 58 virtual void PlotFunc(DlFunctionOfX f, float xmin, float xmax, int np=100, string dopt=""); 59 virtual void PlotFunc2D(DlFunctionOfXY f, float xmin, float xmax, float ymin, float ymax, 60 int npx=50, int npy=50, string dopt=""); 61 62 // Utilitaires divers 50 63 string FileName2Name(string const & fn); 51 64 int DecodeDispOption(string& dopt, bool& fgsrgr);
Note:
See TracChangeset
for help on using the changeset viewer.