EleFits
4.0.1
A modern C++ API on top of CFitsIO
|
#include <HduIterator.h>
Iterator for MefFile's HDUs.
TCategories | The categories to be filtered |
THdu | The type of HDU class (iterator elements), can generally be unspecified (see details below) |
If THdu is not specified, the following deduction rules are applied:
If this default value is not adequate, THdu can be specified.
Public Member Functions | |
HduIterator (MefFile &f, long index, HduFilter filter=HduCategory::Any) | |
Constructor. | |
const THdu & | operator* () const |
Dereference operator. | |
const THdu * | operator-> () const |
Arrow operator. | |
const THdu & | operator++ () |
Increment operator. | |
const THdu * | operator++ (int) |
Increment operator. | |
bool | operator== (const HduIterator< THdu > &rhs) const |
Equality operator. | |
bool | operator!= (const HduIterator< THdu > &rhs) const |
Non-equality operator. | |