Changeset 852 for trunk/src/Scantable.h


Ignore:
Timestamp:
02/28/06 10:51:28 (18 years ago)
Author:
mar637
Message:

added member function rownumbers()
reworked subtable handling

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/Scantable.h

    r847 r852  
    175175  void flag();
    176176
     177  /**
     178   * Return a list of row numbers with respect to the original table.
     179   * @return a lsi of rownumbers with respect to the original table
     180   */
     181  std::vector<unsigned int> rownumbers() const;
     182
    177183
    178184  /**
Note: See TracChangeset for help on using the changeset viewer.