#include <ViFrequencySelection.h>
Public Member Functions | |
| FrequencySelections () | |
| FrequencySelections (const FrequencySelections &other) | |
| ~FrequencySelections () | |
| void | add (const FrequencySelection &selection) |
| FrequencySelections * | clone () const |
| void | filterToSpectralWindow (Int spectralWindowId) |
| const FrequencySelection & | get (Int msIndex) const |
| Int | getFrameOfReference () const |
| Bool | isSpectralWindowSelected (Int msIndex, Int spectralWindowId) const |
| Int | size () const |
Private Types | |
| typedef std::set< pair< Int, Int > > | SelectedWindows |
| typedef std::vector < FrequencySelection * > | Selections |
Private Attributes | |
| const FrequencySelectionUsingChannels | defaultSelection_p |
| Int | filterWindow_p |
| SelectedWindows | selectedWindows_p |
| Selections | selections_p |
Definition at line 234 of file ViFrequencySelection.h.
typedef std::set<pair<Int, Int> > casa::vi::FrequencySelections::SelectedWindows [private] |
Definition at line 257 of file ViFrequencySelection.h.
typedef std::vector<FrequencySelection *> casa::vi::FrequencySelections::Selections [private] |
Definition at line 263 of file ViFrequencySelection.h.
| casa::vi::FrequencySelections::FrequencySelections | ( | ) |
| casa::vi::FrequencySelections::FrequencySelections | ( | const FrequencySelections & | other | ) |
| casa::vi::FrequencySelections::~FrequencySelections | ( | ) |
| void casa::vi::FrequencySelections::add | ( | const FrequencySelection & | selection | ) |
| FrequencySelections* casa::vi::FrequencySelections::clone | ( | ) | const |
| void casa::vi::FrequencySelections::filterToSpectralWindow | ( | Int | spectralWindowId | ) |
| const FrequencySelection& casa::vi::FrequencySelections::get | ( | Int | msIndex | ) | const |
| Int casa::vi::FrequencySelections::getFrameOfReference | ( | ) | const |
| Bool casa::vi::FrequencySelections::isSpectralWindowSelected | ( | Int | msIndex, | |
| Int | spectralWindowId | |||
| ) | const |
| Int casa::vi::FrequencySelections::size | ( | ) | const |
Definition at line 259 of file ViFrequencySelection.h.
Int casa::vi::FrequencySelections::filterWindow_p [mutable, private] |
Definition at line 260 of file ViFrequencySelection.h.
Definition at line 261 of file ViFrequencySelection.h.
Definition at line 264 of file ViFrequencySelection.h.
1.6.1