#include <mia/3d/iterator.hh>
Public Types | |
typedef I::difference_type | difference_type |
typedef forward_iterator_tag | iterator_category |
typedef I::pointer | pointer |
typedef I::reference | reference |
typedef I::value_type | value_type |
Definition at line 443 of file 3d/iterator.hh.
typedef I::difference_type std::iterator_traits< mia::range3d_iterator_with_boundary_flag< I > >::difference_type |
Definition at line 445 of file 3d/iterator.hh.
typedef forward_iterator_tag std::iterator_traits< mia::range3d_iterator_with_boundary_flag< I > >::iterator_category |
Definition at line 449 of file 3d/iterator.hh.
typedef I::pointer std::iterator_traits< mia::range3d_iterator_with_boundary_flag< I > >::pointer |
Definition at line 447 of file 3d/iterator.hh.
typedef I::reference std::iterator_traits< mia::range3d_iterator_with_boundary_flag< I > >::reference |
Definition at line 448 of file 3d/iterator.hh.
typedef I::value_type std::iterator_traits< mia::range3d_iterator_with_boundary_flag< I > >::value_type |
Definition at line 446 of file 3d/iterator.hh.