![]() |
Inviwo 0.9.12-pre
Inviwo documentation
|
Public Member Functions | |
| const_iterator_base (PortIter pIterBegin, PortIter pIterEnd) | |
| self & | operator++ () |
| self | operator++ (int) |
Protected Types | |
| using | self = Derived |
| using | PortIter = typename std::vector<Outport*>::const_iterator |
| using | DataIter = typename OutportIterable<T>::const_iterator |
Protected Member Functions | |
| void | shouldGetNextPort () |
Protected Attributes | |
| PortIter | pIter_ |
| PortIter | pEnd_ |
| DataIter | dIter_ |
| DataIter | dEnd_ |
Friends | |
| bool | operator== (const self &lhs, const self &rhs) |
| bool | operator!= (const self &lhs, const self &rhs) |