Ignore:
Timestamp:
09/17/10 17:20:14 (14 years ago)
Author:
Takeshi Nakazato
Message:

New Development: No

JIRA Issue: No

Ready for Test: Yes

Interface Changes: No

What Interface Changed: Please list interface changes

Test Programs: List test programs

Put in Release Notes: Yes/No?

Module(s): Module Names change impacts.

Description: Describe your changes here...

  1. Added selector.get_row().
  2. Constructor allows to set rows and types.
  3. Selection summary string contains SRCTYPE and ROW selection.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/STSelector.h

    r1819 r1930  
    5757  std::vector<int> getCycles() const;
    5858  std::vector<int> getTypes() const;
     59  std::vector<int> getRows() const;
    5960  std::vector<std::string> getPolTypes() const;
    6061  std::string getTaQL() const { return taql_; }
Note: See TracChangeset for help on using the changeset viewer.