Changeset 2820 for trunk/src/STHistory.h


Ignore:
Timestamp:
07/02/13 13:11:02 (11 years ago)
Author:
Malte Marquarding
Message:

Issue #293: added scantbale.drop_history and added extra parameters to scantable.history to allow selection of rows

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/STHistory.h

    r1353 r2820  
    6262   * @return a vector of strings
    6363   */
    64   std::vector<std::string> getHistory( ) const;
     64  std::vector<std::string> getHistory(int nrow=-1, int start=0 ) const;
    6565
    6666  const casa::String& name() const { return name_; }
     67
     68  int nrow() const { return table_.nrow(); }
     69
     70
     71  void drop();
    6772
    6873private:
Note: See TracChangeset for help on using the changeset viewer.