SDDataDescHandler.h
Classes
- SDDataDescHandler -- (full description)
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)
or
Review Status
- Date Reviewed:
- yyyy/mm/dd
Prerequisite
- SomeClass
- SomeOtherClass
- some concept
Etymology
Synopsis
Example
Motivation
Template Type Argument Requirements (T)
Thrown Exceptions
To Do
- add this feature
- fix this bug
- start discussion of this possible extension
Member Description
default ctor is not attached to a MS and hence is useless until attached
attach this to a MS - no columns are explicitly handled here
copy ctor
SDDataDescHandler &operator=(const SDDataDescHandler &other)
assignment operator, uses copy semantics
attach to a MS, the handledCols and row arguments are ignored here
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
get the current dataDesc ID
cleanup everything
initialize everything