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.cpp

    r1819 r1930  
    270270}
    271271
     272std::vector< int > asap::STSelector::getRows( ) const
     273{
     274  return rowselection_ ;
     275}
     276
    272277std::string asap::STSelector::print( )
    273278{
Note: See TracChangeset for help on using the changeset viewer.