Changeset 486 in Sophya for trunk/SophyaPI/PIext/pintup3d.h
- Timestamp:
- Oct 21, 1999, 2:22:56 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/pintup3d.h
r326 r486 13 13 virtual void UpdateLimits(); 14 14 15 void SelectXYZ(const char* px, const char* py, const char* pz); 16 void SelectErrBar(const char* erbx=NULL, const char* erby=NULL, const char* erbz=NULL); 15 virtual void SelectXYZ(const char* px, const char* py, const char* pz); 16 virtual void SelectWt(const char* pw=NULL, int nbins=10); 17 virtual void SelectErrBar(const char* erbx=NULL, const char* erby=NULL, const char* erbz=NULL); 18 virtual void SelectLabel(const char* plabel); 17 19 18 20 … … 22 24 int xK, yK, zK; // Index du nom de variable en X/Y/Z ds le ntuple 23 25 int xebK, yebK, zebK; // Index du nom de variable en ErrBarX/Y/Z ds le ntuple 26 int wK; // Index du nom de variable poids 27 int lK; // Index du nom de variable label (affiche en texte) 28 double wMin, wMax; // Valeurs de poids min/max 29 int nWbins; // Nombre de bins pour le poids (Wt) 24 30 25 31 };
Note:
See TracChangeset
for help on using the changeset viewer.