#include <ScantableIterator.h>
Public Member Functions | |
ScantableIteratorInterface (Table const &table) | |
virtual | ~ScantableIteratorInterface () |
void | initialize (size_t num_iter) |
bool | moreData () const |
void | next () |
Protected Attributes | |
size_t | current_iter_ |
Table const | main_table_ |
Private Attributes | |
size_t | num_iter_ |
Definition at line 67 of file ScantableIterator.h.
casa::ScantableIteratorInterface::ScantableIteratorInterface | ( | Table const & | table | ) | [inline] |
Definition at line 69 of file ScantableIterator.h.
virtual casa::ScantableIteratorInterface::~ScantableIteratorInterface | ( | ) | [inline, virtual] |
Definition at line 72 of file ScantableIterator.h.
void casa::ScantableIteratorInterface::initialize | ( | size_t | num_iter | ) | [inline] |
Definition at line 74 of file ScantableIterator.h.
References current_iter_, and num_iter_.
Referenced by casa::ScantableFieldIterator::ScantableFieldIterator(), casa::ScantableFrequenciesIterator::ScantableFrequenciesIterator(), and casa::ScantableSourceIterator::ScantableSourceIterator().
bool casa::ScantableIteratorInterface::moreData | ( | ) | const [inline] |
Definition at line 78 of file ScantableIterator.h.
References current_iter_, and num_iter_.
void casa::ScantableIteratorInterface::next | ( | void | ) | [inline] |
Definition at line 81 of file ScantableIterator.h.
References current_iter_.
size_t casa::ScantableIteratorInterface::current_iter_ [protected] |
Definition at line 86 of file ScantableIterator.h.
Referenced by casa::ScantableFrequenciesIterator::getEntry(), casa::ScantableSourceIterator::getEntry(), casa::ScantableFieldIterator::getEntry(), initialize(), moreData(), and next().
Table const casa::ScantableIteratorInterface::main_table_ [protected] |
Definition at line 87 of file ScantableIterator.h.
Referenced by casa::ScantableFrequenciesIterator::getEntry(), casa::ScantableFrequenciesIterator::ScantableFrequenciesIterator(), and casa::ScantableSourceIterator::ScantableSourceIterator().
size_t casa::ScantableIteratorInterface::num_iter_ [private] |
Definition at line 90 of file ScantableIterator.h.
Referenced by initialize(), and moreData().