Changeset 380 for trunk/src/SDMemTable.h


Ignore:
Timestamp:
02/08/05 12:31:24 (19 years ago)
Author:
mar637
Message:
  • enabled getScan for lists of scanno
  • auto renumbering of scanids
  • added verbose flag to summary
  • slight 80 character width cosmetics on summary
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/SDMemTable.h

    r322 r380  
    150150
    151151  // get a summary of the table
    152   virtual std::string summary() const;
     152  virtual std::string summary(bool verbose=false) const;
    153153
    154154  std::vector<std::string> history(int whichRow=0) const;
     
    217217  void setup();
    218218  void attach();
     219  void renumber();
    219220  // the current cursor into the array
    220221  casa::Int IFSel_,beamSel_,polSel_;
Note: See TracChangeset for help on using the changeset viewer.