Changeset 546 in Sophya for trunk/SophyaPI/PIext/pihisto.h
- Timestamp:
- Nov 3, 1999, 8:56:06 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/pihisto.h
r544 r546 14 14 virtual void Draw(PIGraphicUC* g, double xmin, double ymin, double xmax, double ymax); 15 15 virtual void UpdateLimits(); 16 inline void SetStats(bool fg=true) { stats = true; }16 inline void SetStats(bool fg=true) { stats = fg; } 17 17 inline Histo* Histogram() { return(mHisto); } 18 18
Note:
See TracChangeset
for help on using the changeset viewer.