Changeset 326 in Sophya for trunk/SophyaPI/PIext/servnobjm.h


Ignore:
Timestamp:
Jun 23, 1999, 4:41:47 PM (26 years ago)
Author:
ercodmgr
Message:

1/ NTupleInterface mis ds Outils++ et complete -
2/ Les PINtuple et PINtup3D utilisent maintenant NTupleInterface
3/ Debut modification interface NObjMgr - Reza 23/6/99

File:
1 edited

Legend:

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

    r295 r326  
    4545  PlotExprFunc  LinkExprFunc(string& vardec, string& expx, string& expy, string& expz,
    4646                             string& wt, string& cut);
    47   DlFunction    LinkFunctionFromFile(string& fnamer, char* funcname);
     47  DlFunction    LinkFunctionFromFile(string const & fname, string const & funcname);
    4848  void          CloseDLL(); 
    4949
     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
    5063  string        FileName2Name(string const & fn);
    5164  int           DecodeDispOption(string& dopt, bool& fgsrgr);
Note: See TracChangeset for help on using the changeset viewer.