Ignore:
Timestamp:
Jul 5, 2006, 12:16:54 PM (19 years ago)
Author:
cmv
Message:

add GetInfoString pour adapter H1D et H2D cmv 5/7/2006

File:
1 edited

Legend:

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

    r2975 r3008  
    3535// Returns a string with synthetic information about the object
    3636  virtual string                GetInfoString(int lev=0);
     37
     38  virtual string                GetInfoString(vector<string>& opts);
    3739
    3840  virtual void                  Print(ostream& os, int lev=0);
     
    9395  virtual AnyDataObj* FitResidusObj(GeneralFit& mfit);
    9496  virtual AnyDataObj* FitFunctionObj(GeneralFit& mfit);
     97
     98  virtual string                GetInfoString(vector<string>& opts);
    9599
    96100protected:
Note: See TracChangeset for help on using the changeset viewer.