Changeset 2999 in Sophya for trunk/SophyaPI/PIext/nomgadapter.h
- Timestamp:
- Jul 2, 2006, 7:20:56 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/nomgadapter.h
r2975 r2999 43 43 virtual void FillFromString(); 44 44 45 // Returns a string with synthetic information about the object (lev-> Level of details) 46 virtual string GetInfoString(int lev=0); 45 // Returns a string with synthetic information about the object 46 // opts : additional optional argument 47 virtual string GetInfoString(vector<string>& opts); 48 // Perform an operation on the object definded 49 // opts : operation definition 50 virtual int PerformOperation(vector<string>& opts); 47 51 48 52 virtual void SavePPF(POutPersist& s, string const & nom);
Note:
See TracChangeset
for help on using the changeset viewer.