|
BWAPI
|
#include <Arr_geodesic_arc_on_sphere_traits_2.h>

Public Member Functions | |
| void | operator() (const X_monotone_curve_2 &xc1, const X_monotone_curve_2 &xc2, X_monotone_curve_2 &xc) const |
Protected Types | |
| typedef Arr_geodesic_arc_on_sphere_traits_2 < Kernel > | Traits |
Protected Member Functions | |
| Merge_2 (const Traits *traits) | |
Protected Attributes | |
| const Traits * | m_traits |
Friends | |
| class | Arr_geodesic_arc_on_sphere_traits_2< Kernel > |
A functor that merges two x-monotone arcs into one
typedef Arr_geodesic_arc_on_sphere_traits_2<Kernel> Arr_geodesic_arc_on_sphere_traits_2< T_Kernel >::Merge_2::Traits [protected] |
| Arr_geodesic_arc_on_sphere_traits_2< T_Kernel >::Merge_2::Merge_2 | ( | const Traits * | traits | ) | [inline, protected] |
Constructor
| traits | the traits (in case it has state) |
| void Arr_geodesic_arc_on_sphere_traits_2< T_Kernel >::Merge_2::operator() | ( | const X_monotone_curve_2 & | xc1, |
| const X_monotone_curve_2 & | xc2, | ||
| X_monotone_curve_2 & | xc | ||
| ) | const [inline] |
Merge two given x-monotone curves into a single curve (spherical_arc).
| xc1 | the first curve. |
| xc2 | the second curve. |
| xc | Output: the merged curve. |

friend class Arr_geodesic_arc_on_sphere_traits_2< Kernel > [friend] |
const Traits* Arr_geodesic_arc_on_sphere_traits_2< T_Kernel >::Merge_2::m_traits [protected] |
The traits (in case it has state)
1.7.6.1