Hourangle/declination derived from TIME, etc. More...
#include <DerivedColumn.h>
Public Member Functions | |
| HaDecColumn (MSCalEngine *engine, Int antnr) | |
| virtual | ~HaDecColumn () |
| virtual IPosition | shape (uInt rownr) |
| Get the shape of the item in the given row. | |
| virtual void | getArray (uInt rowNr, Array< Double > &data) |
| Get the array value in the given row. | |
Private Attributes | |
| MSCalEngine * | itsEngine |
| Int | itsAntNr |
Hourangle/declination derived from TIME, etc.
Internal
Definition at line 95 of file DerivedColumn.h.
| casacore::HaDecColumn::HaDecColumn | ( | MSCalEngine * | engine, | |
| Int | antnr | |||
| ) | [inline, explicit] |
Definition at line 98 of file DerivedColumn.h.
| virtual casacore::HaDecColumn::~HaDecColumn | ( | ) | [virtual] |
Get the array value in the given row.
The data array has to have the correct shape (which is guaranteed by the ArrayColumn::get function).
Implements casacore::VirtualArrayColumn< Double >.
Get the shape of the item in the given row.
By default it throws a "not possible" exception.
Reimplemented from casacore::VirtualArrayColumn< Double >.
Int casacore::HaDecColumn::itsAntNr [private] |
Definition at line 107 of file DerivedColumn.h.
MSCalEngine* casacore::HaDecColumn::itsEngine [private] |
Definition at line 106 of file DerivedColumn.h.
1.6.1