Ignore:
Timestamp:
Jun 14, 2001, 3:39:07 PM (24 years ago)
Author:
aubourg
Message:

gestion des flags

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ArchTOIPipe/Kernel/fitstoiwtr.h

    r1439 r1527  
    1818  virtual void afterinit();
    1919
    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);
    2321
    2422  virtual void  run(); 
     
    2927  int fstatus;
    3028  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
    3232};
    3333
Note: See TracChangeset for help on using the changeset viewer.