Changeset 1527 in Sophya for trunk/ArchTOIPipe/Kernel/fitstoiwtr.h
- Timestamp:
- Jun 14, 2001, 3:39:07 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ArchTOIPipe/Kernel/fitstoiwtr.h
r1439 r1527 18 18 virtual void afterinit(); 19 19 20 virtual void addInput(string name, TOI* toi); 21 22 virtual void setOutFlags(bool yn = true); 20 virtual void addInput(string name, TOI* toi, bool withFlag=false); 23 21 24 22 virtual void run(); … … 29 27 int fstatus; 30 28 vector<TOI*> fwinputs; 31 bool outFlags; 29 int nCols; 30 map<int,pair<int, bool> > colsinput; // iTOI -> (colonne, hasflag) 31 // le flag est alors en colonne+1 32 32 }; 33 33
Note:
See TracChangeset
for help on using the changeset viewer.