Changeset 303


Ignore:
Timestamp:
01/27/05 15:00:47 (19 years ago)
Author:
kil064
Message:

add function resetCursor

Location:
trunk/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/SDMemTable.cc

    r293 r303  
    235235  }
    236236  return false;
     237}
     238
     239void SDMemTable::resetCursor ()
     240{
     241   polSel_ = 0;
     242   IFSel_ = 0;
     243   beamSel_ = 0;
    237244}
    238245
  • trunk/src/SDMemTable.h

    r293 r303  
    124124  virtual bool setPol(casa::Int whichPol=0);
    125125
     126  // REset cursor to 0
     127  virtual void resetCursor();
     128
    126129  //sets the user mask applied to all spectra
    127130  virtual bool setMask(std::vector<int> whichChans);
Note: See TracChangeset for help on using the changeset viewer.