![]() |
Pangolin
Header-only C++20 plane computational geometry library
|
Forward iterator over the (optionally oriented) boundary edges. More...
#include <convex.hpp>
Public Types | |
| using | iterator_category = std::forward_iterator_tag |
| using | iterator_concept = std::forward_iterator_tag |
| using | value_type = BoundaryType<Oriented> |
| using | difference_type = std::ptrdiff_t |
| using | reference = value_type |
Public Member Functions | |
| constexpr | BoundaryIterator ()=default |
| constexpr value_type | operator* () const |
| constexpr BoundaryIterator & | operator++ () |
| constexpr BoundaryIterator | operator++ (int) |
| constexpr bool | operator== (const BoundaryIterator &other) const =default |
Friends | |
| struct | Convex |
Forward iterator over the (optionally oriented) boundary edges.
Edge i joins vertex i to vertex i + 1 (cyclically), so a convex polygon with size() vertices has size() edges.
| using pgl::Convex< PointType_, TLabel >::BoundaryIterator< Oriented >::difference_type = std::ptrdiff_t |
| using pgl::Convex< PointType_, TLabel >::BoundaryIterator< Oriented >::iterator_category = std::forward_iterator_tag |
| using pgl::Convex< PointType_, TLabel >::BoundaryIterator< Oriented >::iterator_concept = std::forward_iterator_tag |
| using pgl::Convex< PointType_, TLabel >::BoundaryIterator< Oriented >::reference = value_type |
| using pgl::Convex< PointType_, TLabel >::BoundaryIterator< Oriented >::value_type = BoundaryType<Oriented> |
|
constexprdefault |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
constexprdefault |
|
friend |