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