casa
$Rev:20696$
|
#include <AsynchronousInterface.h>
Public Member Functions | |
ChannelSelection () | |
ChannelSelection (const Block< Vector< Int > > &blockNGroup, const Block< Vector< Int > > &blockStart, const Block< Vector< Int > > &blockWidth, const Block< Vector< Int > > &blockIncr, const Block< Vector< Int > > &blockSpw) | |
ChannelSelection (const ChannelSelection &other) | |
ChannelSelection & | operator= (const ChannelSelection &other) |
void | get (Block< Vector< Int > > &blockNGroup, Block< Vector< Int > > &blockStart, Block< Vector< Int > > &blockWidth, Block< Vector< Int > > &blockIncr, Block< Vector< Int > > &blockSpw) const |
Protected Member Functions | |
void | copyBlock (const Block< Vector< Int > > &src, Block< Vector< Int > > &to) const |
Private Attributes | |
Block< Vector< Int > > | blockNGroup_p |
Block< Vector< Int > > | blockStart_p |
Block< Vector< Int > > | blockWidth_p |
Block< Vector< Int > > | blockIncr_p |
Block< Vector< Int > > | blockSpw_p |
Definition at line 59 of file AsynchronousInterface.h.
casa::asyncio::ChannelSelection::ChannelSelection | ( | ) | [inline] |
Definition at line 63 of file AsynchronousInterface.h.
casa::asyncio::ChannelSelection::ChannelSelection | ( | const Block< Vector< Int > > & | blockNGroup, |
const Block< Vector< Int > > & | blockStart, | ||
const Block< Vector< Int > > & | blockWidth, | ||
const Block< Vector< Int > > & | blockIncr, | ||
const Block< Vector< Int > > & | blockSpw | ||
) |
casa::asyncio::ChannelSelection::ChannelSelection | ( | const ChannelSelection & | other | ) |
void casa::asyncio::ChannelSelection::copyBlock | ( | const Block< Vector< Int > > & | src, |
Block< Vector< Int > > & | to | ||
) | const [protected] |
void casa::asyncio::ChannelSelection::get | ( | Block< Vector< Int > > & | blockNGroup, |
Block< Vector< Int > > & | blockStart, | ||
Block< Vector< Int > > & | blockWidth, | ||
Block< Vector< Int > > & | blockIncr, | ||
Block< Vector< Int > > & | blockSpw | ||
) | const |
ChannelSelection& casa::asyncio::ChannelSelection::operator= | ( | const ChannelSelection & | other | ) |
Block< Vector<Int> > casa::asyncio::ChannelSelection::blockIncr_p [private] |
Definition at line 92 of file AsynchronousInterface.h.
Block< Vector<Int> > casa::asyncio::ChannelSelection::blockNGroup_p [private] |
Definition at line 89 of file AsynchronousInterface.h.
Block< Vector<Int> > casa::asyncio::ChannelSelection::blockSpw_p [private] |
Definition at line 93 of file AsynchronousInterface.h.
Block< Vector<Int> > casa::asyncio::ChannelSelection::blockStart_p [private] |
Definition at line 90 of file AsynchronousInterface.h.
Block< Vector<Int> > casa::asyncio::ChannelSelection::blockWidth_p [private] |
Definition at line 91 of file AsynchronousInterface.h.