casacore
|
#include <MSObsIndex.h>
Public Member Functions | |
MSObservationIndex (const MSObservation &observationTable) | |
Construct from an MS OBSERVATION subtable. More... | |
virtual | ~MSObservationIndex () |
Null destructor. More... | |
Vector< Int > | matchProjectCode (const String &projectCode) |
Look up OBSERVATION_ID's for a given project code. More... | |
Private Member Functions | |
MSObservationIndex () | |
Disallow null constructor. More... | |
Private Attributes | |
MSObservationColumns | msObservationCols_p |
OBSERVATION subtable column accessor. More... | |
Vector< Int > | observationIds_p |
Vector cache of observation id's. More... | |
Int | nrows_p |
Class to handle lookup or indexing into an MS OBSERVATION subtable
Public interface
From "MeasurementSet", "OBSERVATION subtable" and "index".
This class provides lookup and indexing into an MS OBSERVATION subtable. These services include returning rows numbers (which for the OBSERVATION subtable are OBSERVATION_ID's) associated with specific data in the subtable.
Collect together all subtable indexing and lookup for the OBSERVATION subtable, for encapsulation and efficiency.
Definition at line 83 of file MSObsIndex.h.
casacore::MSObservationIndex::MSObservationIndex | ( | const MSObservation & | observationTable | ) |
Construct from an MS OBSERVATION subtable.
|
inlinevirtual |
Null destructor.
Definition at line 90 of file MSObsIndex.h.
|
private |
Disallow null constructor.
Look up OBSERVATION_ID's for a given project code.
|
private |
OBSERVATION subtable column accessor.
Definition at line 100 of file MSObsIndex.h.
|
private |
Definition at line 104 of file MSObsIndex.h.
Vector cache of observation id's.
Definition at line 103 of file MSObsIndex.h.