Changeset 333 in Sophya for trunk/SophyaPI/PIext/dlftypes.h


Ignore:
Timestamp:
Jul 12, 1999, 1:12:29 PM (26 years ago)
Author:
ercodmgr
Message:

Trace de NTuple en 2D avec Marker de taille proportionnelle a Weight
Introduction des repertoires dans la gestion d'objets NameObjMgr
Reorganisation NamedObjMgr et Services2NObjMgr, ajout de commandes , ...
Reza 12/7/99

File:
1 edited

Legend:

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

    r295 r333  
    1616typedef double (* DlFunctionOfX) (double x);
    1717typedef double (* DlFunctionOfXY) (double x, double y);
    18 typedef int (* PlotExprFunc) (double* x, double* rx, double* ry, double* rz, double* wt);
     18typedef int (* PlotExprFunc) (double* x, double* rx, double* ry, double* rz, double* rt);
     19typedef int (* NTLoopExprFunc) (double* x, double* rx, double* ry, double* rz,
     20                                double* rt, int n, int nmax);
    1921typedef void (* DlUserProcFunction) (vector<string>& args);
    2022typedef void (* DlFunction) ();
Note: See TracChangeset for help on using the changeset viewer.