Changeset 1629 in Sophya for trunk/ArchTOIPipe/Kernel/fitstoiwtr.h
- Timestamp:
- Aug 8, 2001, 12:01:41 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ArchTOIPipe/Kernel/fitstoiwtr.h
r1532 r1629 22 22 virtual void addInput(string name, TOI* toi, bool withFlag); 23 23 24 virtual void run(); 24 virtual void run(); 25 26 inline int_8 ProcessedSampleCount() const { return totnscount; } 25 27 26 28 private: … … 32 34 map<int,pair<int, bool> > colsinput; // iTOI -> (colonne, hasflag) 33 35 // le flag est alors en colonne+1 36 37 int_8 totnscount; // Nombre total d'echantillon processe 34 38 }; 35 39
Note:
See TracChangeset
for help on using the changeset viewer.