|
CGAL 6.1.3 - 2D Arrangements
|
#include <CGAL/Arr_bounded_planar_topology_traits_2.h>
This class handles the topology for arrangements of bounded curves embedded in the plane.
The Arr_bounded_planar_topology_traits_2 template has two parameters:
AosBasicTopologyTraits Creation | |
| Arr_bounded_planar_topology_traits_2 () | |
| constructs default | |
| Arr_bounded_planar_topology_traits_2 (const GeometryTraits_2 *traits) | |
| constructs from a geometry-traits object. | |
Accessors | |
| const Dcel & | dcel () const |
| obtains the DCEL (const version). | |
| Dcel & | dcel () |
| obtains the DCEL (non-const version). | |
| const Face * | unbounded_face () const |
| obtains the unbounded face (const version). | |
| Face * | unbounded_face () |
| obtains the unbounded face (non-const version). | |
| CGAL::Arr_bounded_planar_topology_traits_2< GeometryTraits_2, Dcel >::Arr_bounded_planar_topology_traits_2 | ( | const GeometryTraits_2 * | traits | ) |
constructs from a geometry-traits object.
| traits | the traits. |