casa
$Rev:20696$
|
#include <AsynchronousInterface.h>
Public Member Functions | |
SelectChannelModifier (Int nGroup, Int start, Int width, Int increment, Int spectralWindow) | |
SelectChannelModifier (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) | |
void | apply (ROVisibilityIterator *) const |
Private Member Functions | |
void | print (std::ostream &o) const |
String | toCsv (const Block< Vector< Int > > &bv) const |
String | toCsv (const Vector< Int > &v) const |
Private Attributes | |
Bool | channelBlocks_p |
ChannelSelection | channelSelection_p |
Int | increment_p |
Int | nGroup_p |
Int | spectralWindow_p |
Int | start_p |
Int | width_p |
Definition at line 97 of file AsynchronousInterface.h.
casa::asyncio::SelectChannelModifier::SelectChannelModifier | ( | Int | nGroup, |
Int | start, | ||
Int | width, | ||
Int | increment, | ||
Int | spectralWindow | ||
) |
casa::asyncio::SelectChannelModifier::SelectChannelModifier | ( | 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 | ||
) |
void casa::asyncio::SelectChannelModifier::apply | ( | ROVisibilityIterator * | ) | const [virtual] |
Implements casa::asyncio::RoviaModifier.
void casa::asyncio::SelectChannelModifier::print | ( | std::ostream & | o | ) | const [private, virtual] |
Implements casa::asyncio::RoviaModifier.
String casa::asyncio::SelectChannelModifier::toCsv | ( | const Block< Vector< Int > > & | bv | ) | const [private] |
String casa::asyncio::SelectChannelModifier::toCsv | ( | const Vector< Int > & | v | ) | const [private] |
Definition at line 112 of file AsynchronousInterface.h.
Definition at line 113 of file AsynchronousInterface.h.
Definition at line 114 of file AsynchronousInterface.h.
Definition at line 115 of file AsynchronousInterface.h.
Definition at line 116 of file AsynchronousInterface.h.
Definition at line 117 of file AsynchronousInterface.h.
Definition at line 118 of file AsynchronousInterface.h.