Changeset 2491 in Sophya for trunk/SophyaPI/PIext/servnobjm.h
- Timestamp:
- Jan 4, 2004, 8:02:44 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/servnobjm.h
r2419 r2491 13 13 #include <functional> 14 14 15 #include "nobjmgr.h" 15 16 #include "pdlmgr.h" 16 17 #include "dlftypes.h" … … 31 32 #endif 32 33 33 class NamedObjMgr;34 34 class PIStdImgApp; 35 35 class NObjMgrAdapter; … … 37 37 class Services2NObjMgr { 38 38 public: 39 Services2NObjMgr( NamedObjMgr* omg,string& tmpdir);39 Services2NObjMgr(string& tmpdir); 40 40 virtual ~Services2NObjMgr(); 41 41 … … 47 47 inline void SetImgApp(PIStdImgApp* app) {mImgapp = app; } 48 48 void SetTmpDir(string const & tmpdir); 49 49 inline NamedObjMgr* MyObjMgr() 50 { 51 if (mOmg == NULL) mOmg = new NamedObjMgr; 52 return mOmg; 53 } 50 54 // Trace de fonctions 1-D , 2-D 51 55 virtual void PlotFunc(string const & expfunc, string & nom, double xmin, double xmax,
Note:
See TracChangeset
for help on using the changeset viewer.