28 #ifndef TABLES_TABLEITERPROXY_H 29 #define TABLES_TABLEITERPROXY_H 33 #include <casacore/casa/aips.h> 34 #include <casacore/tables/Tables/TableIter.h> 35 #include <casacore/casa/Arrays/Vector.h> void reset()
Reset the iterator (for Python use).
A 1-D Specialization of the Array class.
Bool isNull() const
Test if the object is null, i.e.
Proxy for table iterator access.
Main interface class to a read/write table.
TableIterProxy & operator=(const TableIterProxy &)
Assignment (copy semantics).
High-level interface to tables.
Order
Define the possible iteration orders.
TableIterProxy()
Default constructor initializes to not open.
const TableIterator & iterator() const
Get the TableIterator object.
Option
Define the possible sorts.
Bool isNull() const
Is the internal iterator object null?
TableProxy next()
Iterate to the next part (for Python use).
bool Bool
Define the standard types used by Casacore.
void makeStepIter(const Table &tab, const Block< String > &columns, const Vector< Double > &iterSteps, TableIterator::Order order, TableIterator::Option sortType)
Make an iterator where iteration intervals may have been given.
Bool nextPart(TableProxy &table)
Get the next subtable and return it in the TableProxy argument.
String: the storage and methods of handling collections of characters.
this file contains all the compiler specific defines