Changeset 2517 in Sophya for trunk/SophyaPI/PIext/pihisto.h


Ignore:
Timestamp:
Mar 17, 2004, 7:04:57 PM (22 years ago)
Author:
cmv
Message:

GetDistanceToPoint cmv 17/03/04

File:
1 edited

Legend:

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

    r2469 r2517  
    2020  // 0=barres d'erreurs automatiques: trace si HProf ou markeur demande
    2121  inline  void       SetError(short fg=0) {error=fg;}
     22  inline  void       SetFilled(bool fg=false) {filled=fg;}
    2223  inline  Histo*     Histogram() {return(mHisto);}
    2324
     
    2627  virtual void       GetOptionsHelpInfo(string& info);
    2728
     29// Renvoie une distance au point x,y
     30  virtual double     GetDistanceToPoint(double x, double y);
     31
    2832protected:
    2933  virtual void       DrawStats(PIGraphicUC* g);
    3034  Histo* mHisto;
    3135  bool mAdDO;
    32   bool stats;
     36  bool stats,filled;
    3337  short error;
    3438  float spoX, spoY; // Stat pos offset par rapport a position defaut
Note: See TracChangeset for help on using the changeset viewer.