Changeset 2350 in Sophya for trunk/SophyaPI/PIext/pintuple.h
- Timestamp:
- Mar 18, 2003, 3:23:53 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/pintuple.h
r1975 r2350 24 24 25 25 inline void SetStats(bool fg=true) { stats = fg; } 26 inline void ConnectPoints(bool fg=false) { connectPts = fg; } 27 26 28 virtual void AppendTextInfo(string& info, double xmin, double ymin, double xmax, double ymax); 27 29 … … 41 43 int nWbins; // Nombre de bins pour le poids (Wt) 42 44 bool stats; // true -> indication du nb de points 45 bool connectPts; // true -> les points sont relies par une ligne 43 46 }; 44 47
Note:
See TracChangeset
for help on using the changeset viewer.