SDDataDescHandler.h

Classes

SDDataDescHandler -- (full description)

class SDDataDescHandler

Interface

Public Members
SDDataDescHandler()
SDDataDescHandler(MeasurementSet &ms)
SDDataDescHandler(const SDDataDescHandler &other)
~SDDataDescHandler()
SDDataDescHandler &operator=(const SDDataDescHandler &other)
void attach(MeasurementSet &ms, Vector<Bool> &handledCols, const Record &row)
void resetRow(const Record &)
void fill(const Record &row, Int spwinId, Int polId)
Int dataDescId()
Private Members
void clearAll()
void initAll(MeasurementSet &ms)

Description

or

Review Status

Date Reviewed:
yyyy/mm/dd

Prerequisite

Etymology

Synopsis

Example

Motivation

Template Type Argument Requirements (T)

Thrown Exceptions

To Do

Member Description

SDDataDescHandler()

default ctor is not attached to a MS and hence is useless until attached

SDDataDescHandler(MeasurementSet &ms)

attach this to a MS - no columns are explicitly handled here

SDDataDescHandler(const SDDataDescHandler &other)

copy ctor

~SDDataDescHandler()

SDDataDescHandler &operator=(const SDDataDescHandler &other)

assignment operator, uses copy semantics

void attach(MeasurementSet &ms, Vector<Bool> &handledCols, const Record &row)

attach to a MS, the handledCols and row arguments are ignored here

void resetRow(const Record &)

reset internals given indicated row, use the same MS; just resets the id pointer

void fill(const Record &row, Int spwinId, Int polId)

fill - a new row is added only when necessary

Int dataDescId()

get the current dataDesc ID

void clearAll()

cleanup everything

void initAll(MeasurementSet &ms)

initialize everything