Changeset 205 in Sophya for trunk/SophyaPI/PIext/pihisto.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/pihisto.h

    r165 r205  
    99                     PIHisto(Histo* histo, bool ad=false);
    1010  virtual           ~PIHisto();
    11   virtual void       Draw(PIGraphicUC* g, float xmin, float ymin, float xmax, float ymax);
     11  virtual void       Draw(PIGraphicUC* g, double xmin, double ymin, double xmax, double ymax);
    1212  virtual void       UpdateLimits();
    1313  virtual void       DrawStats(PIGraphicUC* g);
Note: See TracChangeset for help on using the changeset viewer.