|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Represents a face (region) in the planar subdivision. More...
#include <geom_algorithms.H>
Public Attributes | |
| DynList< size_t > | boundary |
| Ordered indices of vertices forming the face boundary. | |
| bool | unbounded |
| True if this is the infinite outer face. | |
Represents a face (region) in the planar subdivision.
Definition at line 10375 of file geom_algorithms.H.
| DynList<size_t> Aleph::SegmentArrangement::ArrFace::boundary |
Ordered indices of vertices forming the face boundary.
Definition at line 10377 of file geom_algorithms.H.
| 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()().