Changeset 3053 in Sophya for trunk/SophyaLib/HiStats/histos2.h


Ignore:
Timestamp:
Aug 12, 2006, 7:29:29 PM (19 years ago)
Author:
cmv
Message:

correction bug + addaptation pour ecriture fits cmv 12/8/2006

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/HiStats/histos2.h

    r3049 r3053  
    143143  // Print et Display ASCII
    144144  virtual void Show(ostream& os) const;
     145  inline  void Show() const { Show(cout); }
    145146  inline void  PrintStatus() const { Show(cout); }
    146147 
     
    211212#endif
    212213
    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);
    214216
    215217  r_8*        mData; //!< donnees
Note: See TracChangeset for help on using the changeset viewer.