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