Ignore:
Timestamp:
10/04/16 18:20:50 (8 years ago)
Author:
Takeshi Nakazato
Message:

New Development: No

JIRA Issue: No

Ready for Test: Yes/No?

Interface Changes: Yes/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...


Check-in asap modifications from Jim regarding casacore namespace conversion.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/EdgeMarker.h

    r2757 r3106  
    3434  virtual ~EdgeMarker() ;
    3535
    36   void setdata( const casa::CountedPtr<Scantable> &s,
    37                 const casa::Bool &insitu ) ;
     36  void setdata( const casacore::CountedPtr<Scantable> &s,
     37                const casacore::Bool &insitu ) ;
    3838  void examine() ;
    39   void setoption( const casa::Record &option ) ;
     39  void setoption( const casacore::Record &option ) ;
    4040  void detect() ;
    4141  void mark() ;
    42   casa::Block<casa::uInt> getDetectedRows() ;
    43   casa::CountedPtr<Scantable> get() ;
     42  casacore::Block<casacore::uInt> getDetectedRows() ;
     43  casacore::CountedPtr<Scantable> get() ;
    4444//   void reset() ;
    4545
     
    4848
    4949  // data
    50   casa::CountedPtr<Scantable> st_ ;
     50  casacore::CountedPtr<Scantable> st_ ;
    5151
    5252  // pointer to detector object
    53   casa::CountedPtr<EdgeDetector> detector_ ;
     53  casacore::CountedPtr<EdgeDetector> detector_ ;
    5454 
    5555  // list of IFNO for WVR
    56   casa::Vector<casa::uInt> wvr_ ;
     56  casacore::Vector<casacore::uInt> wvr_ ;
    5757
    5858  // off position list
    59   casa::Block<casa::uInt> off_ ;
    60   casa::uInt noff_ ;
     59  casacore::Block<casacore::uInt> off_ ;
     60  casacore::uInt noff_ ;
    6161
    6262  // logger
    63   casa::LogIO os_ ;
     63  casacore::LogIO os_ ;
    6464} ;
    6565
Note: See TracChangeset for help on using the changeset viewer.