casacore
Loading...
Searching...
No Matches
Public Member Functions | Private Member Functions | Private Attributes | List of all members
casacore::MSWeatherIndex Class Reference

More...

#include <MSWeatherIndex.h>

Public Member Functions

 MSWeatherIndex ()
 no index attached, use the attach function or assignment operator to change that
 
 MSWeatherIndex (const MSWeather &weather)
 construct one using the indicated WEATHER table
 
 MSWeatherIndex (const MSWeatherIndex &other)
 construct one from another
 
virtual ~MSWeatherIndex ()
 
MSWeatherIndexoperator= (const MSWeatherIndex &other)
 
void attach (const MSWeather &weather)
 
IntantennaId ()
 access to the antenna ID key, throws an exception if isNull() is False
 
- Public Member Functions inherited from casacore::MSTableIndex
 MSTableIndex ()
 no index attached, use the attach function or assignment operator to change that
 
 MSTableIndex (const Table &subTable, const Vector< String > &indexCols, ColumnsIndex::Compare *compareFunction=0)
 construct one using the indicated subtable which is part of the parent MS using the indicated index columns.
 
 MSTableIndex (const MSTableIndex &other)
 construct one from another
 
virtual ~MSTableIndex ()
 
MSTableIndexoperator= (const MSTableIndex &other)
 assignment operator, refernce semantics
 
void attach (const Table &subTable, const Vector< String > &indexCols, ColumnsIndex::Compare *compareFunction=0)
 attach this to a subtable using indexCols
 
virtual void setChanged ()
 Call this when an index in an existing row has changed.
 
virtual RecordaccessKey ()
 access the record of index (integer) keys
 
virtual Doubletime ()
 access the TIME to use in the search (seconds)
 
virtual Doubleinterval ()
 access the INTERVAL to use in the search (seconds), must be >= 0
 
virtual RowNumbers getRowNumbers ()
 get all of the rows in the subTable which have data during the indicated time and interval values.
 
virtual Int64 getNearestRow (Bool &found)
 get the row number which falls in the interval and has the time nearest to the center of the interval (time()).
 
virtual Bool isNull ()
 is this attached to a null table
 
virtual Tabletable ()
 return the subtable being indexed
 

Private Member Functions

void attachIds ()
 

Private Attributes

RecordFieldPtr< IntantennaId_p
 

Detailed Description

Intended use:

Public interface

Review Status

Date Reviewed:
yyyy/mm/dd

Prerequisite

Etymology

Synopsis

Example

Motivation

Thrown Exceptions

Definition at line 70 of file MSWeatherIndex.h.

Constructor & Destructor Documentation

◆ MSWeatherIndex() [1/3]

casacore::MSWeatherIndex::MSWeatherIndex ( )

no index attached, use the attach function or assignment operator to change that

◆ MSWeatherIndex() [2/3]

casacore::MSWeatherIndex::MSWeatherIndex ( const MSWeather weather)

construct one using the indicated WEATHER table

◆ MSWeatherIndex() [3/3]

casacore::MSWeatherIndex::MSWeatherIndex ( const MSWeatherIndex other)

construct one from another

◆ ~MSWeatherIndex()

virtual casacore::MSWeatherIndex::~MSWeatherIndex ( )
virtual

Member Function Documentation

◆ antennaId()

Int & casacore::MSWeatherIndex::antennaId ( )
inline

access to the antenna ID key, throws an exception if isNull() is False

Definition at line 89 of file MSWeatherIndex.h.

References antennaId_p.

◆ attach()

void casacore::MSWeatherIndex::attach ( const MSWeather weather)

◆ attachIds()

void casacore::MSWeatherIndex::attachIds ( )
private

◆ operator=()

MSWeatherIndex & casacore::MSWeatherIndex::operator= ( const MSWeatherIndex other)

Member Data Documentation

◆ antennaId_p

RecordFieldPtr<Int> casacore::MSWeatherIndex::antennaId_p
private

Definition at line 91 of file MSWeatherIndex.h.

Referenced by antennaId().


The documentation for this class was generated from the following file: