Ignore:
Timestamp:
07/30/10 18:08:29 (14 years ago)
Author:
Malte Marquarding
Message:

Added setHeader implementation and getReferenceRegex

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/newfiller/src/FillerBase.h

    r1788 r1793  
    4949
    5050    void setReferenceRegex(const std::string& rx) { referenceRx_ = rx; }
    51 
     51    std::string getReferenceRegex() { return referenceRx_;  }
    5252
    5353  protected:
     
    8787                           casa::Double velocity=0.0);
    8888
     89    casa::CountedPtr< Scantable > table_;
     90   
    8991  private:
    9092
    9193    FillerBase() {;}
    9294
    93     casa::CountedPtr< Scantable > table_;
    9495    casa::String referenceRx_;
    9596
Note: See TracChangeset for help on using the changeset viewer.