|
BWAPI
|
#include <Arr_geodesic_arc_on_sphere_traits_2.h>

Public Member Functions | |
| bool | operator() (const X_monotone_curve_2 &xc1, const X_monotone_curve_2 &xc2) const |
| bool | operator() (const Point_2 &p1, const Point_2 &p2) const |
Protected Types | |
| typedef Arr_geodesic_arc_on_sphere_traits_2 < Kernel > | Traits |
Protected Member Functions | |
| Equal_2 (const Traits *traits) | |
Protected Attributes | |
| const Traits * | m_traits |
Friends | |
| class | Arr_geodesic_arc_on_sphere_traits_2< Kernel > |
A functor that checks whether two directional points and two x-monotone arcs are identical.
typedef Arr_geodesic_arc_on_sphere_traits_2<Kernel> Arr_geodesic_arc_on_sphere_traits_2< T_Kernel >::Equal_2::Traits [protected] |
| Arr_geodesic_arc_on_sphere_traits_2< T_Kernel >::Equal_2::Equal_2 | ( | const Traits * | traits | ) | [inline, protected] |
Constructor
| traits | the traits (in case it has state) |
| bool Arr_geodesic_arc_on_sphere_traits_2< T_Kernel >::Equal_2::operator() | ( | const X_monotone_curve_2 & | xc1, |
| const X_monotone_curve_2 & | xc2 | ||
| ) | const [inline] |
Determines whether the two x-monotone curves are the same (have the same graph).
| xc1 | the first curve. |
| xc2 | the second curve. |

| bool Arr_geodesic_arc_on_sphere_traits_2< T_Kernel >::Equal_2::operator() | ( | const Point_2 & | p1, |
| const Point_2 & | p2 | ||
| ) | const [inline] |
Determines whether the two points are the same.
| p1 | the first point. |
| p2 | the second point. |
friend class Arr_geodesic_arc_on_sphere_traits_2< Kernel > [friend] |
const Traits* Arr_geodesic_arc_on_sphere_traits_2< T_Kernel >::Equal_2::m_traits [protected] |
The traits (in case it has state)
1.7.6.1