BWAPI
Classes | Defines | Functions
SPAR/AIModule/BWTA/vendors/CGAL/CGAL/Arr_geodesic_arc_on_sphere_traits_2.h File Reference
#include <fstream>
#include <CGAL/config.h>
#include <CGAL/tags.h>
#include <CGAL/intersections.h>
#include <CGAL/Arr_tags.h>
#include <CGAL/Arr_enums.h>
Include dependency graph for Arr_geodesic_arc_on_sphere_traits_2.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Arr_geodesic_arc_on_sphere_traits_2< T_Kernel >
class  Arr_geodesic_arc_on_sphere_traits_2< T_Kernel >::Compare_x_2
class  Arr_geodesic_arc_on_sphere_traits_2< T_Kernel >::Compare_xy_2
class  Arr_geodesic_arc_on_sphere_traits_2< T_Kernel >::Construct_min_vertex_2
class  Arr_geodesic_arc_on_sphere_traits_2< T_Kernel >::Construct_max_vertex_2
class  Arr_geodesic_arc_on_sphere_traits_2< T_Kernel >::Is_vertical_2
class  Arr_geodesic_arc_on_sphere_traits_2< T_Kernel >::Compare_y_at_x_2
class  Arr_geodesic_arc_on_sphere_traits_2< T_Kernel >::Compare_y_at_x_left_2
class  Arr_geodesic_arc_on_sphere_traits_2< T_Kernel >::Compare_y_at_x_right_2
class  Arr_geodesic_arc_on_sphere_traits_2< T_Kernel >::Equal_2
class  Arr_geodesic_arc_on_sphere_traits_2< T_Kernel >::Parameter_space_in_x_2
class  Arr_geodesic_arc_on_sphere_traits_2< T_Kernel >::Parameter_space_in_y_2
class  Arr_geodesic_arc_on_sphere_traits_2< T_Kernel >::Compare_x_near_boundary_2
class  Arr_geodesic_arc_on_sphere_traits_2< T_Kernel >::Compare_y_near_boundary_2
class  Arr_geodesic_arc_on_sphere_traits_2< T_Kernel >::Is_on_x_identification_2
class  Arr_geodesic_arc_on_sphere_traits_2< T_Kernel >::Is_on_y_identification_2
class  Arr_geodesic_arc_on_sphere_traits_2< T_Kernel >::Compare_x_on_boundary_2
class  Arr_geodesic_arc_on_sphere_traits_2< T_Kernel >::Compare_y_on_boundary_2
class  Arr_geodesic_arc_on_sphere_traits_2< T_Kernel >::Make_x_monotone_2
class  Arr_geodesic_arc_on_sphere_traits_2< T_Kernel >::Split_2
class  Arr_geodesic_arc_on_sphere_traits_2< T_Kernel >::Clockwise_in_between_2
class  Arr_geodesic_arc_on_sphere_traits_2< T_Kernel >::Intersect_2
class  Arr_geodesic_arc_on_sphere_traits_2< T_Kernel >::Are_mergeable_2
class  Arr_geodesic_arc_on_sphere_traits_2< T_Kernel >::Merge_2
class  Arr_geodesic_arc_on_sphere_traits_2< T_Kernel >::Approximate_2
class  Arr_geodesic_arc_on_sphere_traits_2< T_Kernel >::Construct_x_monotone_curve_2
class  Arr_geodesic_arc_on_sphere_traits_2< T_Kernel >::Compare_endpoints_xy_2
class  Arr_geodesic_arc_on_sphere_traits_2< T_Kernel >::Construct_opposite_2
class  Arr_extended_direction_3< Kernel >
class  Arr_x_monotone_geodesic_arc_on_sphere_3< T_Kernel >
class  Arr_geodesic_arc_on_sphere_3< T_Kernel >

Defines

#define CGAL_X_MINUS_1_Y_0   0
#define CGAL_X_MINUS_8_Y_6   1
#define CGAL_X_MINUS_11_Y_7   2
#define CGAL_IDENTIFICATION_XY   CGAL_X_MINUS_1_Y_0

Functions

template<typename Kernel , typename OutputStream >
OutputStream & operator<< (OutputStream &os, const Arr_extended_direction_3< Kernel > &ed)
template<typename Kernel , typename OutputStream >
OutputStream & operator<< (OutputStream &os, const Arr_x_monotone_geodesic_arc_on_sphere_3< Kernel > &arc)
template<typename Kernel , typename InputStream >
InputStream & operator>> (InputStream &is, const Arr_x_monotone_geodesic_arc_on_sphere_3< Kernel > &arc)

Detailed Description

A class that handles great circular arcs embedded on spheres suitable as a geometry traits class for the arrangement on surface package.


Define Documentation

#define CGAL_X_MINUS_11_Y_7   2
#define CGAL_X_MINUS_1_Y_0   0
#define CGAL_X_MINUS_8_Y_6   1

Function Documentation

template<typename Kernel , typename OutputStream >
OutputStream& operator<< ( OutputStream &  os,
const Arr_extended_direction_3< Kernel > &  ed 
)

Inserter for the spherical_arc class used by the traits-class

Here is the call graph for this function:

template<typename Kernel , typename OutputStream >
OutputStream& operator<< ( OutputStream &  os,
const Arr_x_monotone_geodesic_arc_on_sphere_3< Kernel > &  arc 
)

Inserter for the spherical_arc class used by the traits-class

Here is the call graph for this function:

template<typename Kernel , typename InputStream >
InputStream& operator>> ( InputStream &  is,
const Arr_x_monotone_geodesic_arc_on_sphere_3< Kernel > &  arc 
)

Extractor for the spherical_arc class used by the traits-class

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines