casa  5.7.0-16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Protected Attributes | Private Attributes | List of all members
casa::ScantableIteratorInterface Class Reference

#include <ScantableIterator.h>

Inheritance diagram for casa::ScantableIteratorInterface:
casa::ScantableFieldIterator casa::ScantableFrequenciesIterator casa::ScantableSourceIterator

Public Member Functions

 ScantableIteratorInterface (casacore::Table const &table)
 
virtual ~ScantableIteratorInterface ()
 
void initialize (size_t num_iter)
 
bool moreData () const
 
void next ()
 

Protected Attributes

size_t current_iter_
 
casacore::Table const main_table_
 

Private Attributes

size_t num_iter_
 

Detailed Description

Definition at line 66 of file ScantableIterator.h.

Constructor & Destructor Documentation

casa::ScantableIteratorInterface::ScantableIteratorInterface ( casacore::Table const &  table)
inline

Definition at line 68 of file ScantableIterator.h.

virtual casa::ScantableIteratorInterface::~ScantableIteratorInterface ( )
inlinevirtual

Definition at line 71 of file ScantableIterator.h.

Member Function Documentation

void casa::ScantableIteratorInterface::initialize ( size_t  num_iter)
inline

Definition at line 73 of file ScantableIterator.h.

bool casa::ScantableIteratorInterface::moreData ( ) const
inline

Definition at line 77 of file ScantableIterator.h.

void casa::ScantableIteratorInterface::next ( void  )
inline

Definition at line 80 of file ScantableIterator.h.

Member Data Documentation

size_t casa::ScantableIteratorInterface::current_iter_
protected

Definition at line 85 of file ScantableIterator.h.

casacore::Table const casa::ScantableIteratorInterface::main_table_
protected

Definition at line 86 of file ScantableIterator.h.

size_t casa::ScantableIteratorInterface::num_iter_
private

Definition at line 89 of file ScantableIterator.h.


The documentation for this class was generated from the following file: