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


Ignore:
Timestamp:
Jan 18, 2007, 5:33:46 PM (19 years ago)
Author:
ansari
Message:

1/ Petites modifs ds PIHisto et le P1DHistoWrapper - en particulier decodage des options et choix renvoi BinContent/Error/NEntries
2/ Codage Wrapper pour Histo-2D et modifs PIHisto2D
3/ Suppression des adaptateurs de tableaux PI des Histos2D ds pipodrw.h .cc, les
Wrappers d'histos heritant de P1D,P2DArrayAdapter
4/ Mise a jour Makefile et smakefile

Reza , 18/01/2007

File:
1 edited

Legend:

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

    r2523 r3145  
    1212#include PIOPTMENU_H
    1313
    14 #include "histos2.h"
    1514#include "pidrawer.h"
    1615#include "piscdrawwdg.h"
     16
     17#include "phistwrapper.h"
    1718
    1819////////////////////////////////////////////////////////////////////
    1920class PIHisto2D : public PIDrawer {
    2021public:
    21   PIHisto2D(Histo2D* histo, bool ad=false);
     22  PIHisto2D(P2DHistoWrapper* h2wp, bool ad=false);
    2223  virtual ~PIHisto2D();
    2324
     
    5657
    5758  // Methodes inline
    58   inline Histo2D*       Histogram()   {return(mHisto);}
     59  inline P2DHistoWrapper*       HistoWrapper()   {return(mHistoWp);}
    5960  inline bool           Color()       {return(mFgCol);}
    6061  inline CMapId         ColMap()      {return(mCmap);}
     
    7374  char HPrint2(float f);
    7475
    75   Histo2D* mHisto;
     76  P2DHistoWrapper* mHistoWp;
    7677  bool mAdDO; bool stats;
    7778  bool mFgCol; CMapId mCmap; bool mRevCmap;
Note: See TracChangeset for help on using the changeset viewer.