Ignore:
Timestamp:
07/30/10 16:33:06 (14 years ago)
Author:
Malte Marquarding
Message:

Added Wrapper and python binding for Filler

File:
1 edited

Legend:

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

    r1780 r1786  
    4040{
    4141  public:
    42     FillerBase();
    43     FillerBase(casa::CountedPtr<Scantable> stable);
     42    explicit FillerBase(casa::CountedPtr<Scantable> stable);
    4443    virtual ~FillerBase();
    4544
     45//    virtual bool open(const std::string& filename, const Record& rec)=0;
    4646    virtual bool open(const std::string& filename)=0;
    4747    virtual void fill() = 0;
    4848    virtual void close() = 0;
     49
     50    void setReferenceRegex(const std::string& rx) { referenceRx_ = rx; }
     51
    4952
    5053  protected:
Note: See TracChangeset for help on using the changeset viewer.