Changeset 205 in Sophya for trunk/SophyaPI/PIext/pihisto2d.h


Ignore:
Timestamp:
Mar 1, 1999, 6:05:59 PM (27 years ago)
Author:
ercodmgr
Message:

1/ Adaptation pour passage en double de trace en coordonnees graphiques
User (UC) (float -> double)
2/ Adaptation pour passage en double pour les ArrayAdapter

Reza 1/03/99

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PIext/pihisto2d.h

    r165 r205  
    2121          void       UseFrac(float frmin=0.1, float frmax=0.9);
    2222          void       Print(int lp=0);
    23   virtual void       Draw(PIGraphicUC* g,float xmin,float ymin,float xmax,float ymax);
     23  virtual void       Draw(PIGraphicUC* g,double xmin,double ymin,double xmax,double ymax);
    2424  virtual void       UpdateLimits();
    2525  virtual void       DrawStats(PIGraphicUC* g);
     
    6464  inline PIHisto2D*  GetPIHisto() {return mPih;}
    6565
    66   virtual string     GetClickText(float x, float y);
     66  virtual string     GetClickText(double x, double y);
    6767  virtual void       But3Press(int x, int y);
    6868
Note: See TracChangeset for help on using the changeset viewer.