Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
Aleph::PolygonOffset::Result Struct Reference

The result of an offset operation, which may produce multiple polygons. More...

#include <geom_algorithms.H>

Collaboration diagram for Aleph::PolygonOffset::Result:
[legend]

Public Member Functions

bool is_empty () const noexcept
 Checks if the result contains no polygons.
 
size_t size () const noexcept
 

Public Attributes

Array< Polygonpolygons
 Set of resulting simple polygons.
 

Detailed Description

The result of an offset operation, which may produce multiple polygons.

Definition at line 9086 of file geom_algorithms.H.

Member Function Documentation

◆ is_empty()

bool Aleph::PolygonOffset::Result::is_empty ( ) const
inlinenoexcept

Checks if the result contains no polygons.

Definition at line 9093 of file geom_algorithms.H.

References polygons.

◆ size()

size_t Aleph::PolygonOffset::Result::size ( ) const
inlinenoexcept

Definition at line 9098 of file geom_algorithms.H.

References polygons.

Member Data Documentation

◆ polygons

Array<Polygon> Aleph::PolygonOffset::Result::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().


The documentation for this struct was generated from the following file: