OpenCMISS-Zinc C++ API Documentation
|
An iterator for looping through all the elements in a mesh. More...
#include <element.hpp>
Public Member Functions | |
Elementiterator (cmzn_elementiterator_id element_iterator_id) | |
Elementiterator (const Elementiterator &elementIterator) | |
Elementiterator & | operator= (const Elementiterator &elementIterator) |
bool | isValid () const |
Element | next () |
An iterator for looping through all the elements in a mesh.
An iterator for looping through all the elements in a mesh.
|
inline |
Check if this is a valid Elementiterator object.
|
inline |
Returns a handle to the next element in the container being iterated over then advances the iterator position. The caller is required to destroy the returned element handle.