#include <GBTPointModelFiller.h>
Internal
Definition at line 77 of file 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 |
| GBTPointModelFiller::GBTPointModelFiller | ( | MeasurementSet & | ms | ) |
Attach this to the indicated MeasurementSet.
| GBTPointModelFiller::~GBTPointModelFiller | ( | ) |
| GBTPointModelFiller::GBTPointModelFiller | ( | ) | [private] |
undefined an inaccessable
| GBTPointModelFiller::GBTPointModelFiller | ( | const GBTPointModelFiller & | other | ) | [private] |
| void GBTPointModelFiller::fill | ( | const GBTAntennaFile & | antennaFile | ) |
fill using the indicated antenna file
| Int GBTPointModelFiller::pointingModelId | ( | ) | [inline] |
the most recently filled row - always last in the table
Definition at line 89 of file GBTPointModelFiller.h.
References itsTable.
| void GBTPointModelFiller::flush | ( | ) | [inline] |
| GBTPointModelFiller& GBTPointModelFiller::operator= | ( | const GBTPointModelFiller & | other | ) | [private] |
Table* GBTPointModelFiller::itsTable [private] |
TableRow* GBTPointModelFiller::itsTableRow [private] |
Definition at line 95 of file GBTPointModelFiller.h.
1.5.1