![]() |
PURIFY
Next-generation radio interferometric imaging
|
#include <casacore.h>
Public Types | |
typedef MeasurementSet::ChannelWrapper | value_type |
Convenience wrapper to access values associated with a single channel. More... | |
typedef std::shared_ptr< value_type const > | pointer |
typedef value_type const & | reference |
typedef t_int | difference_type |
Public Member Functions | |
const_iterator (t_int channel, MeasurementSet const &ms, std::string const &filter="") | |
pointer | operator-> () const |
reference | operator* () const |
const_iterator & | operator++ () |
const_iterator | operator++ (int) |
const_iterator & | operator+= (difference_type n) |
const_iterator & | operator-= (difference_type n) |
const_iterator | operator+ (difference_type n) const |
const_iterator | operator- (difference_type n) const |
bool | operator> (const_iterator const &c) const |
bool | operator>= (const_iterator const &c) const |
bool | operator< (const_iterator const &c) const |
bool | operator<= (const_iterator const &c) const |
bool | operator== (const_iterator const &c) const |
bool | operator!= (const_iterator const &c) const |
bool | same_measurement_set (const_iterator const &c) const |
True if iterating over the same measurement set. More... | |
Definition at line 315 of file casacore.h.
Definition at line 321 of file casacore.h.
typedef std::shared_ptr<value_type const> purify::casa::MeasurementSet::const_iterator::pointer |
Definition at line 319 of file casacore.h.
Definition at line 320 of file casacore.h.
Convenience wrapper to access values associated with a single channel.
Definition at line 318 of file casacore.h.
|
inline |
Definition at line 323 of file casacore.h.
Referenced by operator+(), and operator-().
|
inline |
Definition at line 346 of file casacore.h.
References purify::constant::c, and operator==().
|
inline |
Definition at line 330 of file casacore.h.
|
inline |
Definition at line 335 of file casacore.h.
References const_iterator().
MeasurementSet::const_iterator & purify::casa::MeasurementSet::const_iterator::operator++ | ( | ) |
Definition at line 130 of file casacore.cc.
MeasurementSet::const_iterator purify::casa::MeasurementSet::const_iterator::operator++ | ( | int | ) |
Definition at line 136 of file casacore.cc.
MeasurementSet::const_iterator & purify::casa::MeasurementSet::const_iterator::operator+= | ( | difference_type | n | ) |
Definition at line 379 of file casacore.cc.
Referenced by operator-=().
|
inline |
Definition at line 338 of file casacore.h.
References const_iterator().
|
inline |
Definition at line 334 of file casacore.h.
References operator+=().
|
inline |
Definition at line 329 of file casacore.h.
|
inline |
Definition at line 343 of file casacore.h.
References purify::constant::c, and operator>=().
|
inline |
Definition at line 344 of file casacore.h.
References purify::constant::c, and operator>().
bool purify::casa::MeasurementSet::const_iterator::operator== | ( | const_iterator const & | c | ) | const |
Definition at line 141 of file casacore.cc.
References purify::constant::c.
Referenced by operator!=().
bool purify::casa::MeasurementSet::const_iterator::operator> | ( | const_iterator const & | c | ) | const |
Definition at line 384 of file casacore.cc.
References purify::constant::c.
Referenced by operator<=().
bool purify::casa::MeasurementSet::const_iterator::operator>= | ( | const_iterator const & | c | ) | const |
Definition at line 390 of file casacore.cc.
References purify::constant::c.
Referenced by operator<().
|
inline |
True if iterating over the same measurement set.
Definition at line 349 of file casacore.h.
References purify::constant::c, and purify::casa::MeasurementSet::table().