![]() |
Pangolin
Header-only C++20 plane computational geometry library
|
Forward iterator over the four rectangle boundary edges. More...
#include <rectangle.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 | Rectangle |
Forward iterator over the four rectangle boundary edges.
| Oriented | When true, iterates oriented boundary edges. |
| using pgl::Rectangle< PointType_, TLabel >::BoundaryIterator< Oriented >::difference_type = std::ptrdiff_t |
| using pgl::Rectangle< PointType_, TLabel >::BoundaryIterator< Oriented >::iterator_category = std::forward_iterator_tag |
| using pgl::Rectangle< PointType_, TLabel >::BoundaryIterator< Oriented >::iterator_concept = std::forward_iterator_tag |
| using pgl::Rectangle< PointType_, TLabel >::BoundaryIterator< Oriented >::reference = value_type |
| using pgl::Rectangle< PointType_, TLabel >::BoundaryIterator< Oriented >::value_type = BoundaryType<Oriented> |
|
constexprdefault |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
constexprdefault |
|
friend |