| 
    OpenCMISS-Zinc C++ API Documentation
    
   | 
 
An iterator for looping through all the spectrums in a spectrum module. More...
#include <spectrum.hpp>
Public Member Functions | |
| Spectrumiterator (cmzn_spectrumiterator_id iterator_id) | |
| Spectrumiterator (const Spectrumiterator &spectrumiterator) | |
| Spectrumiterator & | operator= (const Spectrumiterator &spectrumiterator) | 
| bool | isValid () const | 
| Spectrum | next () | 
An iterator for looping through all the spectrums in a spectrum module.
An iterator for looping through all the spectrums in a spectrum module.
      
  | 
  inline | 
Check if this is a valid Spectrumiterator object.
      
  | 
  inline | 
Returns a handle to the next spectrum in the container being iterated over then advances the iterator position. The caller is required to destroy the returned spectrum handle.
 1.8.11