|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
The result of an offset operation, which may produce multiple polygons. More...
#include <geom_algorithms.H>
Public Member Functions | |
| bool | is_empty () const noexcept |
| Checks if the result contains no polygons. | |
| size_t | size () const noexcept |
Public Attributes | |
| Array< Polygon > | polygons |
| Set of resulting simple polygons. | |
The result of an offset operation, which may produce multiple polygons.
Definition at line 9086 of file geom_algorithms.H.
|
inlinenoexcept |
Checks if the result contains no polygons.
Definition at line 9093 of file geom_algorithms.H.
References polygons.
|
inlinenoexcept |
Definition at line 9098 of file geom_algorithms.H.
References polygons.
Set of resulting simple polygons.
Definition at line 9088 of file geom_algorithms.H.
Referenced by Aleph::PolygonOffset::cleanup(), is_empty(), Aleph::PolygonOffset::operator()(), Aleph::put_offset_result(), and size().