|
BWAPI
|
#include <string>#include <vector>#include <list>#include <iostream>#include <boost/type_traits.hpp>#include <CGAL/basic.h>#include <CGAL/Polyhedron_incremental_builder_3.h>#include <CGAL/Polyhedron_traits_with_normals_3.h>#include <CGAL/Polyhedron_3.h>#include <CGAL/HalfedgeDS_vector.h>#include <CGAL/IO/Polyhedron_iostream.h>#include <CGAL/Aff_transformation_3.h>#include <CGAL/aff_transformation_tags.h>#include <CGAL/intersections.h>#include <CGAL/Polygon_2_algorithms.h>#include <CGAL/Arr_overlay_2.h>#include <CGAL/Arr_spherical_gaussian_map_3/Arr_spherical_gaussian_map_3.h>#include <CGAL/Arr_spherical_gaussian_map_3/Arr_polyhedral_sgm_traits.h>#include <CGAL/Arr_spherical_gaussian_map_3/Arr_polyhedral_sgm_arr_dcel.h>#include <CGAL/Arr_spherical_gaussian_map_3/Arr_polyhedral_sgm_overlay.h>#include <CGAL/Arr_spherical_gaussian_map_3/Arr_polyhedral_sgm_initializer_visitor.h>

Go to the source code of this file.
Classes | |
| class | Arr_polyhedral_sgm_initializer< PolyhedralSgm, Polyhedron, Visitor > |
| struct | Arr_polyhedral_sgm_initializer< PolyhedralSgm, Polyhedron, Visitor >::Normal_equation |
| struct | Arr_polyhedral_sgm_initializer< PolyhedralSgm, Polyhedron, Visitor >::Plane_equation |
| class | Arr_polyhedral_sgm_initializer< PolyhedralSgm, Polyhedron, Visitor >::Point_adder< HDS, PointIterator_3 > |
| class | Arr_polyhedral_sgm_initializer< PolyhedralSgm, Polyhedron, Visitor >::Point_adder< HDS, Point_3 * > |
| class | Arr_polyhedral_sgm_initializer< PolyhedralSgm, Polyhedron, Visitor >::Build_surface< PointIterator_3 > |
| class | Arr_polyhedral_sgm< Geometry_traits_2, T_Dcel > |
Polyhedral _sgm is a data dtructure that represents a 3D convex polyhedron. This representation represents the 2D surface boundary of the shape.
1.7.6.1