Changeset 465 for trunk/src/SDMemTable.h


Ignore:
Timestamp:
02/17/05 14:46:17 (19 years ago)
Author:
mar637
Message:

Added SDFitTable to handle fits and expose them to python vi the sdfit class.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/SDMemTable.h

    r457 r465  
    4545
    4646#include "SDDefs.h"
    47 
    48 
     47#include "SDFitTable.h"
    4948
    5049namespace asap {
     
    243242  bool putSDFitTable(const SDFitTable& sdft);
    244243  SDFitTable getSDFitTable() const;
     244  SDFitTable getSDFitTable(casa::uInt whichRow) const;
    245245
    246246  void addFit(casa::uInt whichRow,
     
    249249              const casa::Vector<casa::String>& f,
    250250              const casa::Vector<casa::Int>& c);
     251
    251252 
    252253private:
Note: See TracChangeset for help on using the changeset viewer.