Public Types | |
| using | iterator_category = std::input_iterator_tag |
| using | value_type = SectionT |
| using | difference_type = std::ptrdiff_t |
| using | pointer = SectionT * |
| using | reference = SectionT & |
Public Member Functions | |
| graph_iterator_t (const SectionT &vasculatureSection) | |
| graph_iterator_t (const VasculatureT &vasculatureMorphology) | |
| bool | operator== (const graph_iterator_t &other) const |
| bool | operator!= (const graph_iterator_t &other) const |
| const SectionT & | operator* () const |
| graph_iterator_t & | operator++ () |
| graph_iterator_t | operator++ (int) |