|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
The complete result of the segment arrangement computation. More...
#include <geom_algorithms.H>
Public Attributes | |
| Array< Point > | vertices |
| Unique vertices (endpoints and intersection points). | |
| Array< ArrEdge > | edges |
| Sub-segments forming the arrangement graph. | |
| Array< ArrFace > | faces |
| Faces defined by the arrangement. | |
The complete result of the segment arrangement computation.
Definition at line 10384 of file geom_algorithms.H.
Sub-segments forming the arrangement graph.
Definition at line 10387 of file geom_algorithms.H.
Faces defined by the arrangement.
Definition at line 10388 of file geom_algorithms.H.
Unique vertices (endpoints and intersection points).
Definition at line 10386 of file geom_algorithms.H.