OpenCMISS-Zinc C++ API Documentation
|
An iterator for looping through all the nodes in a nodeset. More...
#include <node.hpp>
Public Member Functions | |
Nodeiterator (cmzn_nodeiterator_id node_iterator_id) | |
Nodeiterator (const Nodeiterator &nodeIterator) | |
Nodeiterator & | operator= (const Nodeiterator &nodeIterator) |
bool | isValid () const |
Node | next () |
An iterator for looping through all the nodes in a nodeset.
An iterator for looping through all the nodes in a nodeset.
|
inline |
Check if this is a valid Nodeiterator object.
|
inline |
Returns a handle to the next node in the container being iterated over then advances the iterator position. The caller is required to destroy the returned node handle.