casa
$Rev:20696$
|
#include <EPointMCol.h>
Public Member Functions | |
ROEPointMCol (const EPointTable &epTable) | |
Construct from a calibration table. | |
virtual | ~ROEPointMCol () |
Default destructor. | |
const ROArrayColumn< Float > & | pointingOffset () const |
Read-only column accessors. | |
Protected Member Functions | |
ROEPointMCol () | |
Prohibit public use of the null constructor, which does not produce a usable object. | |
Private Member Functions | |
ROEPointMCol (const ROEPointMCol &) | |
Prohibit copy constructor and assignment operator. | |
ROEPointMCol & | operator= (const ROEPointMCol &) |
Private Attributes | |
ROArrayColumn< Float > | pointingOffset_p |
Private column accessors. |
Definition at line 37 of file EPointMCol.h.
casa::ROEPointMCol::ROEPointMCol | ( | const EPointTable & | epTable | ) |
Construct from a calibration table.
virtual casa::ROEPointMCol::~ROEPointMCol | ( | ) | [inline, virtual] |
Default destructor.
Definition at line 44 of file EPointMCol.h.
casa::ROEPointMCol::ROEPointMCol | ( | ) | [inline, protected] |
Prohibit public use of the null constructor, which does not produce a usable object.
Definition at line 53 of file EPointMCol.h.
casa::ROEPointMCol::ROEPointMCol | ( | const ROEPointMCol & | ) | [private] |
Prohibit copy constructor and assignment operator.
ROEPointMCol& casa::ROEPointMCol::operator= | ( | const ROEPointMCol & | ) | [private] |
const ROArrayColumn<Float>& casa::ROEPointMCol::pointingOffset | ( | ) | const [inline] |
Read-only column accessors.
Definition at line 48 of file EPointMCol.h.
References pointingOffset_p.
Private column accessors.
Definition at line 61 of file EPointMCol.h.
Referenced by pointingOffset().