Public Types | Public Member Functions
morphio::vasculature::graph_iterator_t< SectionT, VasculatureT > Class Template Reference

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_toperator++ ()
 
graph_iterator_t operator++ (int)