Changeset 3008 in Sophya for trunk/SophyaPI/PIext/nomhistadapter.h
- Timestamp:
- Jul 5, 2006, 12:16:54 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/nomhistadapter.h
r2975 r3008 35 35 // Returns a string with synthetic information about the object 36 36 virtual string GetInfoString(int lev=0); 37 38 virtual string GetInfoString(vector<string>& opts); 37 39 38 40 virtual void Print(ostream& os, int lev=0); … … 93 95 virtual AnyDataObj* FitResidusObj(GeneralFit& mfit); 94 96 virtual AnyDataObj* FitFunctionObj(GeneralFit& mfit); 97 98 virtual string GetInfoString(vector<string>& opts); 95 99 96 100 protected:
Note:
See TracChangeset
for help on using the changeset viewer.