UVW J2000 derived from TIME, etc. More...
#include <DerivedColumn.h>
Public Member Functions | |
UVWJ2000Column (MSCalEngine *engine) | |
virtual | ~UVWJ2000Column () |
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 |
UVW J2000 derived from TIME, etc.
Internal
Definition at line 131 of file DerivedColumn.h.
casacore::UVWJ2000Column::UVWJ2000Column | ( | MSCalEngine * | engine | ) | [inline, explicit] |
Definition at line 134 of file DerivedColumn.h.
virtual casacore::UVWJ2000Column::~UVWJ2000Column | ( | ) | [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 >.
MSCalEngine* casacore::UVWJ2000Column::itsEngine [private] |
Definition at line 141 of file DerivedColumn.h.