Changeset 392 in Sophya for trunk/SophyaPI/PIext/piafitting.h
- Timestamp:
- Aug 13, 1999, 11:57:20 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/piafitting.h
r390 r392 69 69 void LinFit(void); 70 70 71 // pour initialiser les parametres du fit 72 void IniFitP1ou2D(void); 73 void IniFitGhP1D(void); 74 void IniFitGvP1D(void); 75 void IniFitGv2D(void); 76 static int IniFitGaus(GeneralFitData& g,double& h,double& v 77 ,double& x0,double& y0,double& sx,double& sy,double& f); 78 71 79 // Graphique 72 80 PIStdImgApp* mApp; // Do not delete … … 89 97 GeneralFunction* mFunction; string mFName; 90 98 // Gestion de fonction de fit definie par l'utilisateur 91 bool mFitUserFunc;92 99 GeneralFunc* mFunc; 93 100 PDynLinkMgr* mDlUFunc;
Note:
See TracChangeset
for help on using the changeset viewer.