![]() |
Inviwo 0.9.12-pre
Inviwo documentation
|
Public Member Functions | |
| reference | operator* () const |
| RegularInportIterator & | operator++ () |
| RegularInportIterator | operator++ (int) |
| pointer | operator-> () const |
| auto | operator<=> (const RegularInportIterator &rhs) const =default |
| RegularInportIterator (PortIter pIterBegin, PortIter pIterEnd) | |
Protected Member Functions | |
| void | maybeAdvancePort () |
Protected Attributes | |
| PortIter | portEnd_ |
| PortIter | portIter_ |