Changeset 3053 in Sophya for trunk/SophyaLib/HiStats/histos2.h
- Timestamp:
- Aug 12, 2006, 7:29:29 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/HiStats/histos2.h
r3049 r3053 143 143 // Print et Display ASCII 144 144 virtual void Show(ostream& os) const; 145 inline void Show() const { Show(cout); } 145 146 inline void PrintStatus() const { Show(cout); } 146 147 … … 211 212 #endif 212 213 213 void Delete(); 214 void CreateOrResize(r_8 xMin,r_8 xMax,int_4 nxBin,r_8 yMin,r_8 yMax,int_4 nyBin); 215 void Delete(void); 214 216 215 217 r_8* mData; //!< donnees
Note:
See TracChangeset
for help on using the changeset viewer.