casa
$Rev:20696$
|
#include <PlotMS.h>
Public Member Functions | |
PlotMSPolSelection (const String &polselstr=DEFAULT_POLSELSTR) | |
~PlotMSPolSelection () | |
void | setPolSelection (const String &polselstr) |
const String & | polselstr () const |
unsigned int | npols () const |
int | pol_selection (unsigned int index) const |
int | operator() (unsigned int index) const |
Private Attributes | |
String | itsPolSelStr_ |
vector< int > | itsPolSel_ |
Static Private Attributes | |
static const String | DEFAULT_POLSELSTR |
casa::PlotMSPolSelection::PlotMSPolSelection | ( | const String & | polselstr = DEFAULT_POLSELSTR | ) |
unsigned int casa::PlotMSPolSelection::npols | ( | ) | const |
int casa::PlotMSPolSelection::operator() | ( | unsigned int | index | ) | const [inline] |
int casa::PlotMSPolSelection::pol_selection | ( | unsigned int | index | ) | const |
const String& casa::PlotMSPolSelection::polselstr | ( | ) | const |
void casa::PlotMSPolSelection::setPolSelection | ( | const String & | polselstr | ) |
const String casa::PlotMSPolSelection::DEFAULT_POLSELSTR [static, private] |
vector<int> casa::PlotMSPolSelection::itsPolSel_ [private] |