casa
$Rev:20696$
|
#include <MeasurementSet2.h>
Public Member Functions | |
~MeasurementSet2 () | |
MeasurementSet2 (const MeasurementSet2 &other) | |
MeasurementSet2 & | operator= (const MeasurementSet2 &other) |
const MSSelection * | getMSSelection () const |
Bool | wasCreatedWithSelection () const |
Static Public Member Functions | |
static MeasurementSet2 | create (const String &filename, const MSSelection *msSelection) |
Protected Member Functions | |
MeasurementSet2 (const Table &table, MSSelection *msSelection) | |
Private Attributes | |
MSSelection * | msSelection_p |
Bool | wasCreatedWithSelection_p |
Definition at line 11 of file MeasurementSet2.h.
casa::MeasurementSet2::MeasurementSet2 | ( | const MeasurementSet2 & | other | ) |
casa::MeasurementSet2::MeasurementSet2 | ( | const Table & | table, |
MSSelection * | msSelection | ||
) | [protected] |
static MeasurementSet2 casa::MeasurementSet2::create | ( | const String & | filename, |
const MSSelection * | msSelection | ||
) | [static] |
const MSSelection* casa::MeasurementSet2::getMSSelection | ( | ) | const |
MeasurementSet2& casa::MeasurementSet2::operator= | ( | const MeasurementSet2 & | other | ) |
MSSelection* casa::MeasurementSet2::msSelection_p [private] |
Definition at line 31 of file MeasurementSet2.h.
Definition at line 32 of file MeasurementSet2.h.