Mantid
|
SpectrumInfoPythonIterator. More...
#include <SpectrumInfoPythonIterator.h>
Public Member Functions | |
const SpectrumInfoItem< SpectrumInfo > & | next () |
SpectrumInfoPythonIterator (SpectrumInfo &spectrumInfo) | |
Private Attributes | |
SpectrumInfoIterator< SpectrumInfo > | m_begin |
SpectrumInfoIterator< SpectrumInfo > | m_end |
bool | m_firstOrDone |
SpectrumInfoPythonIterator is used to expose SpectrumInfoIterator to the Python side. From Python the user will be able to use more pythonic loop syntax to access data such as:
Definition at line 42 of file SpectrumInfoPythonIterator.h.
|
inlineexplicit |
Definition at line 44 of file SpectrumInfoPythonIterator.h.
|
inline |
Definition at line 47 of file SpectrumInfoPythonIterator.h.
References m_begin, m_end, and m_firstOrDone.
Referenced by export_SpectrumInfoPythonIterator().
|
private |
Definition at line 60 of file SpectrumInfoPythonIterator.h.
Referenced by next().
|
private |
Definition at line 61 of file SpectrumInfoPythonIterator.h.
Referenced by next().
|
private |
Definition at line 62 of file SpectrumInfoPythonIterator.h.
Referenced by next().