casa
$Rev:20696$
|
Fill the pointing model record from a GBTAntennaFile. More...
#include <GBTPointModelFiller.h>
Public Member Functions | |
GBTPointModelFiller (MeasurementSet &ms) | |
Attach this to the indicated MeasurementSet. | |
~GBTPointModelFiller () | |
void | fill (const GBTAntennaFile &antennaFile) |
fill using the indicated antenna file | |
Int | pointingModelId () |
the most recently filled row - always last in the table | |
void | flush () |
flush this table | |
Private Member Functions | |
GBTPointModelFiller () | |
undefined an inaccessable | |
GBTPointModelFiller (const GBTPointModelFiller &other) | |
GBTPointModelFiller & | operator= (const GBTPointModelFiller &other) |
Private Attributes | |
Table * | itsTable |
TableRow * | itsTableRow |
Fill the pointing model record from a GBTAntennaFile.
Internal
Definition at line 77 of file GBTPointModelFiller.h.
GBTPointModelFiller::GBTPointModelFiller | ( | MeasurementSet & | ms | ) |
Attach this to the indicated MeasurementSet.
GBTPointModelFiller::GBTPointModelFiller | ( | ) | [private] |
undefined an inaccessable
GBTPointModelFiller::GBTPointModelFiller | ( | const GBTPointModelFiller & | other | ) | [private] |
void GBTPointModelFiller::fill | ( | const GBTAntennaFile & | antennaFile | ) |
fill using the indicated antenna file
void GBTPointModelFiller::flush | ( | ) | [inline] |
GBTPointModelFiller& GBTPointModelFiller::operator= | ( | const GBTPointModelFiller & | other | ) | [private] |
Int GBTPointModelFiller::pointingModelId | ( | ) | [inline] |
the most recently filled row - always last in the table
Definition at line 89 of file GBTPointModelFiller.h.
References itsTable.
Table* GBTPointModelFiller::itsTable [private] |
Definition at line 94 of file GBTPointModelFiller.h.
Referenced by flush(), and pointingModelId().
TableRow* GBTPointModelFiller::itsTableRow [private] |
Definition at line 95 of file GBTPointModelFiller.h.