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

Represents a face (region) in the planar subdivision. More...

#include <geom_algorithms.H>

Collaboration diagram for Aleph::SegmentArrangement::ArrFace:
[legend]

Public Attributes

DynList< size_t > boundary
 Ordered indices of vertices forming the face boundary.
 
bool unbounded
 True if this is the infinite outer face.
 

Detailed Description

Represents a face (region) in the planar subdivision.

Definition at line 10375 of file geom_algorithms.H.

Member Data Documentation

◆ boundary

DynList<size_t> Aleph::SegmentArrangement::ArrFace::boundary

Ordered indices of vertices forming the face boundary.

Definition at line 10377 of file geom_algorithms.H.

◆ unbounded

bool Aleph::SegmentArrangement::ArrFace::unbounded

True if this is the infinite outer face.

Definition at line 10378 of file geom_algorithms.H.

Referenced by Aleph::SegmentArrangement::operator()().


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