BWAPI
|
#include <string>
#include <vector>
#include <list>
#include <iostream>
#include <CGAL/Arrangement_on_surface_2.h>
#include <CGAL/intersections.h>
#include <CGAL/Polygon_2_algorithms.h>
#include <CGAL/Arr_default_dcel.h>
#include <CGAL/Arr_spherical_topology_traits_2.h>
Go to the source code of this file.
Classes | |
class | Sgm_normalizer< FT, Point_2 > |
class | Arr_sgm_initializer< Sgm, T_Traits > |
class | Arr_spherical_gaussian_map_3< T_Traits, T_Dcel > |
Spherical_gaussian_map is a data dtructure that represents a Gaussinal map embedded on the sphere.
This file consists of the definition of the main type, namely Arr_spherical_gaussian_map_2 and a service tye, namely Arr_sgm_initializer, that initializes an object of the main type.