Changeset 205 in Sophya for trunk/SophyaPI/PIext/pihisto2d.h
- Timestamp:
- Mar 1, 1999, 6:05:59 PM (27 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/pihisto2d.h
r165 r205 21 21 void UseFrac(float frmin=0.1, float frmax=0.9); 22 22 void Print(int lp=0); 23 virtual void Draw(PIGraphicUC* g, float xmin,float ymin,float xmax,floatymax);23 virtual void Draw(PIGraphicUC* g,double xmin,double ymin,double xmax,double ymax); 24 24 virtual void UpdateLimits(); 25 25 virtual void DrawStats(PIGraphicUC* g); … … 64 64 inline PIHisto2D* GetPIHisto() {return mPih;} 65 65 66 virtual string GetClickText( float x, floaty);66 virtual string GetClickText(double x, double y); 67 67 virtual void But3Press(int x, int y); 68 68
Note:
See TracChangeset
for help on using the changeset viewer.