Azimuth/elevation derived from TIME, etc. More...
#include <DerivedColumn.h>
Public Member Functions | |
AzElColumn (MSCalEngine *engine, Int antnr) | |
virtual | ~AzElColumn () |
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 |
Azimuth/elevation derived from TIME, etc.
Internal
Definition at line 113 of file DerivedColumn.h.
casacore::AzElColumn::AzElColumn | ( | MSCalEngine * | engine, | |
Int | antnr | |||
) | [inline, explicit] |
Definition at line 116 of file DerivedColumn.h.
virtual casacore::AzElColumn::~AzElColumn | ( | ) | [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::AzElColumn::itsAntNr [private] |
Definition at line 125 of file DerivedColumn.h.
MSCalEngine* casacore::AzElColumn::itsEngine [private] |
Definition at line 124 of file DerivedColumn.h.