Changeset 3145 in Sophya for trunk/SophyaPI/PIext/pihisto2d.h
- Timestamp:
- Jan 18, 2007, 5:33:46 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/pihisto2d.h
r2523 r3145 12 12 #include PIOPTMENU_H 13 13 14 #include "histos2.h"15 14 #include "pidrawer.h" 16 15 #include "piscdrawwdg.h" 16 17 #include "phistwrapper.h" 17 18 18 19 //////////////////////////////////////////////////////////////////// 19 20 class PIHisto2D : public PIDrawer { 20 21 public: 21 PIHisto2D( Histo2D* histo, bool ad=false);22 PIHisto2D(P2DHistoWrapper* h2wp, bool ad=false); 22 23 virtual ~PIHisto2D(); 23 24 … … 56 57 57 58 // Methodes inline 58 inline Histo2D* Histogram() {return(mHisto);}59 inline P2DHistoWrapper* HistoWrapper() {return(mHistoWp);} 59 60 inline bool Color() {return(mFgCol);} 60 61 inline CMapId ColMap() {return(mCmap);} … … 73 74 char HPrint2(float f); 74 75 75 Histo2D* mHisto;76 P2DHistoWrapper* mHistoWp; 76 77 bool mAdDO; bool stats; 77 78 bool mFgCol; CMapId mCmap; bool mRevCmap;
Note:
See TracChangeset
for help on using the changeset viewer.