Changeset 205 in Sophya for trunk/SophyaPI/PIext/pihisto.h
- Timestamp:
- Mar 1, 1999, 6:05:59 PM (27 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/pihisto.h
r165 r205 9 9 PIHisto(Histo* histo, bool ad=false); 10 10 virtual ~PIHisto(); 11 virtual void Draw(PIGraphicUC* g, float xmin, float ymin, float xmax, floatymax);11 virtual void Draw(PIGraphicUC* g, double xmin, double ymin, double xmax, double ymax); 12 12 virtual void UpdateLimits(); 13 13 virtual void DrawStats(PIGraphicUC* g);
Note:
See TracChangeset
for help on using the changeset viewer.