OpenCMISS-Zinc C++ API Documentation
|
An iterator for looping through all the glyphs in a glyphmodule. More...
#include <glyph.hpp>
Public Member Functions | |
Glyphiterator (cmzn_glyphiterator_id iterator_id) | |
Glyphiterator (const Glyphiterator &glyphiterator) | |
Glyphiterator & | operator= (const Glyphiterator &glyphiterator) |
bool | isValid () const |
Glyph | next () |
An iterator for looping through all the glyphs in a glyphmodule.
An iterator for looping through all the glyphs in a glyphmodule.
|
inline |
Check if this is a valid Glyphiterator object.
|
inline |
Returns a handle to the next glyph in the container being iterated over then advances the iterator position. The caller is required to destroy the returned glyph handle.