Changeset 2383 in Sophya for trunk/SophyaPI/PIext/pintuple.h
- Timestamp:
- May 16, 2003, 5:15:55 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/pintuple.h
r2373 r2383 35 35 36 36 inline void SetStats(bool fg=true) { stats = fg; } 37 inline void SetStatPosOffset(float ofx=-0.01, float ofy=-0.01) 38 {spoX=ofx; spoY=ofy; } 37 39 38 40 virtual void AppendTextInfo(string& info, double xmin, double ymin, double xmax, double ymax); … … 56 58 bool stats; // true -> indication du nb de points 57 59 bool connectPts; // true -> les points sont relies par une ligne 60 float spoX, spoY; // Stat pos offset par rapport a position defaut 58 61 }; 59 62
Note:
See TracChangeset
for help on using the changeset viewer.