Part settings iterator. More...
Public Member Functions | |
PartSettingsIterator (UnstructGridModel *model) | |
Constructs an iterator for all parts in the given model. More... | |
PartSettingsIterator (UnstructGridModel *model, size_t globalGeometryIndex) | |
Constructs an iterator for all parts in the given model and geometry index. More... | |
bool | hasNext () const |
Returns true if the iterator contains more elements. More... | |
PartSettings * | next () |
Returns the next element. More... | |
Part settings iterator.
The part settings iterator is a simple way to apply settings for multiple parts. Provided for convenience.
cee::ug::PartSettingsIterator::PartSettingsIterator | ( | UnstructGridModel * | model | ) |
Constructs an iterator for all parts in the given model.
cee::ug::PartSettingsIterator::PartSettingsIterator | ( | UnstructGridModel * | model, |
size_t | globalGeometryIndex | ||
) |
Constructs an iterator for all parts in the given model and geometry index.
bool cee::ug::PartSettingsIterator::hasNext | ( | ) | const |
Returns true if the iterator contains more elements.
PartSettings * cee::ug::PartSettingsIterator::next | ( | ) |
Returns the next element.