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

    r205 r544  
     1// This may look like C code, but it is really -*- C++ -*-
     2// Classe traceur d histogramme                 96-99
     3// CEA-DAPNIA      LAL-IN2P3/CNRS
    14#ifndef PIHISTO_H
    25#define PIHISTO_H
     
    1114  virtual void       Draw(PIGraphicUC* g, double xmin, double ymin, double xmax, double ymax);
    1215  virtual void       UpdateLimits();
    13   virtual void       DrawStats(PIGraphicUC* g);
     16  inline  void       SetStats(bool fg=true) { stats = true; }
    1417  inline  Histo*     Histogram() { return(mHisto); }
    1518
    1619protected:
     20  virtual void       DrawStats(PIGraphicUC* g);
    1721  Histo* mHisto;
    1822  bool mAdDO;
     23  bool stats;        // true -> indication des stats d'histo
    1924};
    2025
Note: See TracChangeset for help on using the changeset viewer.