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