casa
5.7.0-16
|
Writable version (limited to certain 'columns') More...
#include <CTIter.h>
Protected Member Functions | |
virtual void | attach () |
Attach writable column access. More... | |
Private Member Functions | |
CTIter (const CTIter &other) | |
Prohibit public use of copy, assignment. More... | |
CTIter & | operator= (const CTIter &other) |
Private Attributes | |
NewCalTable * | irwnct_ |
Per-iteration table. More... | |
CTMainColumns * | iRWCTMainCols_ |
Writable column access. More... | |
casa::CTIter::CTIter | ( | NewCalTable | tab, |
const casacore::Block< casacore::String > & | sortcol | ||
) |
Constructor/Destructor.
|
virtual |
|
private |
Prohibit public use of copy, assignment.
|
protectedvirtual |
Attach writable column access.
Reimplemented from casa::ROCTIter.
void casa::CTIter::setantenna2 | ( | const casacore::Vector< casacore::Int > & | a2 | ) |
Set antenna2 (e.g., used for setting refant)
void casa::CTIter::setcparam | ( | const casacore::Cube< casacore::Complex > & | c | ) |
void casa::CTIter::setfield | ( | casacore::Int | fieldid | ) |
Set fieldid.
void casa::CTIter::setflag | ( | const casacore::Cube< casacore::Bool > & | flag | ) |
Set the flags.
void casa::CTIter::setfparam | ( | const casacore::Cube< casacore::Float > & | f | ) |
Set the parameters.
void casa::CTIter::setobs | ( | casacore::Int | obs | ) |
Set obsid.
void casa::CTIter::setscan | ( | casacore::Int | scan | ) |
Set scan number.
|
private |
|
private |