|
CGAL 6.1.3 - 2D Arrangements
|
#include <CGAL/Arr_spherical_topology_traits_2.h>
This class handles the topology for arrangements of great spherical arcs on the sphere embedded on 2D parametric surdace.
The Arr_spherical_topology_traits_2 template has two parameters:
AosBasicTopologyTraits Creation | |
| Arr_spherical_topology_traits_2 () | |
| constructs default | |
| Arr_spherical_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 * | spherical_face () const |
| obtains the spherical face (const version). | |
| Face * | spherical_face () |
| obtains the spherical face (non-const version). | |
| const Vertex * | south_pole () const |
| obtains the south pole (const version). | |
| Vertex * | south_pole () |
| obtains the south pole (non-const version). | |
| const Vertex * | north_pole () const |
| obtains the north pole (const version). | |
| Vertex * | north_pole () |
| obtains the north pole (non-const version). | |
| const Vertex * | discontinuity_vertex (const Point_2 &pt) const |
| obtains a vertex on the line of discontinuity that corresponds to the given point (or return NULL if no such vertex exists). | |
| Vertex * | discontinuity_vertex (const Point_2 &pt) |
| obtains a vertex on the line of discontinuity that corresponds to the given point (or return NULL if no such vertex exists). | |
| CGAL::Arr_spherical_topology_traits_2< GeometryTraits_2, Dcel >::Arr_spherical_topology_traits_2 | ( | const GeometryTraits_2 * | traits | ) |
constructs from a geometry-traits object.
| traits | the traits. |