#include <CGAL/Arr_unb_planar_topology_traits_2.h>
template<typename GeometryTraits_2, typename Dcel = Arr_default_dcel<GeometryTraits_2>>
class CGAL::Arr_unb_planar_topology_traits_2< GeometryTraits_2, Dcel >
This class handles the topology for arrangements of unb curves embedded in the plane.
The Arr_unb_planar_topology_traits_2 template has two parameters:
-
The GeometryTraits_2 template-parameter should be substituted by a model of the AosBasicTraits_2 concept. The traits class defines the types of \(x\)-monotone curves and two-dimensional points, namely AosBasicTraits_2::X_monotone_curve_2 and AosBasicTraits_2::Point_2, respectively, and supports basic geometric predicates on them.
-
The Dcel template-parameter should be substituted by a class that is a model of the AosDcel concept. The value of this parameter is by default Arr_default_dcel<Traits>.
- Is model of
AosBasicTopologyTraits
- See also
- Arr_default_dcel<Traits>
-
CGAL::Arr_geodesic_arc_on_sphere_traits_2<Kernel,x,y>
|
|
typedef GeometryTraits_2::Point_2 | Point_2 |
|
typedef GeometryTraits_2::X_monotone_curve_2 | X_monotone_curve_2 |
|
typedef Dcel::Size | Size |
|
typedef Dcel::Vertex | Vertex |
|
typedef Dcel::Halfedge | Halfedge |
|
typedef Dcel::Face | Face |
|
typedef Dcel::Outer_ccb | Outer_ccb |
|
typedef Dcel::Inner_ccb | Inner_ccb |
|
typedef Dcel::Isolated_vertex | Isolated_vertex |
|
|
| Arr_unb_planar_topology_traits_2 () |
| | constructs default.
|
| | Arr_unb_planar_topology_traits_2 (const GeometryTraits_2 *traits) |
| | constructs from a geometry-traits object.
|
|
|
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).
|
◆ Arr_unb_planar_topology_traits_2()
template<typename GeometryTraits_2, typename Dcel = Arr_default_dcel<GeometryTraits_2>>
constructs from a geometry-traits object.
- Parameters
-