Changeset 544 in Sophya for trunk/SophyaPI/PIext/pintuple.h
- Timestamp:
- Nov 3, 1999, 7:18:23 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/pintuple.h
r486 r544 22 22 virtual void SelectLabel(const char* plabel=NULL); 23 23 24 inline void SetStats(bool fg=true) { stats = true; } 24 25 virtual void AppendTextInfo(string& info, double xmin, double ymin, double xmax, double ymax); 25 26 … … 33 34 double wMin, wMax; // Valeurs de poids min/max 34 35 int nWbins; // Nombre de bins pour le poids (Wt) 35 36 bool stats; // true -> indication du nb de points 36 37 }; 37 38
Note:
See TracChangeset
for help on using the changeset viewer.