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


Ignore:
Timestamp:
May 13, 1999, 12:12:51 PM (26 years ago)
Author:
ercodmgr
Message:

Mise aux "normes" version DPC/Planck - Gestion des objets a travers

un adaptateur/interface NTuple par NamedObjMgr.
Enregistrement d'objets et de l'adaptateur (I/O PPersist, display, ...)
par ServNobjMgr .... Reza 13/05/99

File:
1 edited

Legend:

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

    r293 r295  
    1616typedef double (* DlFunctionOfX) (double x);
    1717typedef double (* DlFunctionOfXY) (double x, double y);
    18 typedef int (* PlotExprFunc) (float* x, float* rx, float* ry, float* rz, float* wt);
     18typedef int (* PlotExprFunc) (double* x, double* rx, double* ry, double* rz, double* wt);
    1919typedef void (* DlUserProcFunction) (vector<string>& args);
    2020typedef void (* DlFunction) ();
Note: See TracChangeset for help on using the changeset viewer.