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