Changeset 544 in Sophya for trunk/SophyaPI/PIext/pintuple.h


Ignore:
Timestamp:
Nov 3, 1999, 7:18:23 PM (26 years ago)
Author:
ercodmgr
Message:

Documentation + ameliorations DrawStats + vector->tvector pour Planck - Reza 3/11/99

File:
1 edited

Legend:

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

    r486 r544  
    2222  virtual void       SelectLabel(const char* plabel=NULL);
    2323
     24  inline  void       SetStats(bool fg=true) { stats = true; }
    2425  virtual void       AppendTextInfo(string& info, double xmin, double ymin, double xmax, double ymax);
    2526       
     
    3334  double wMin, wMax;        // Valeurs de poids min/max
    3435  int nWbins;               // Nombre de bins pour le poids (Wt)
    35 
     36  bool stats;               // true -> indication du nb de points
    3637};
    3738
Note: See TracChangeset for help on using the changeset viewer.