CGAL 4.9 - 2D Minkowski Sums
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Class and Concept List
Here is the list of all concepts and classes of this package. Classes are inside the namespace CGAL. Concepts are in the global namespace.
[detail level 12]
oNCGAL
|oCGreene_convex_decomposition_2The Greene_convex_decomposition_2 class implements the approximation algorithm of Greene for the decomposition of an input polygon into convex sub-polygons
|oCHertel_Mehlhorn_convex_decomposition_2The Hertel_Mehlhorn_convex_decomposition_2 class implements the approximation algorithm of Hertel and Mehlhorn for decomposing a polygon into convex sub-polygons
|oCOptimal_convex_decomposition_2The Optimal_convex_decomposition_2 class provides an implementation of Greene's dynamic programming algorithm for optimal decomposition of a polygon into convex sub-polygons
|oCPolygon_nop_decomposition_2The Polygon_nop_decomposition_2 class implements a convex decomposition of a polygon, which merely passes the input polygon to the list of output convex polygons
|oCPolygon_triangulation_decomposition_2The Polygon_triangulation_decomposition_2 class implements a convex decompistion of a polygon or a polygon with holes into triangles using the Delaunay contrained triangulation functionality of the 2D Triangulation package
|oCPolygon_vertical_decomposition_2The Polygon_vertical_decomposition_2 class implements a convex decompistion of a polygon or a polygon with holes into pseudo trapezoids utilizing the CGAL::decompose() free function of the 2D Arrangements package
|\CSmall_side_angle_bisector_decomposition_2The Small_side_angle_bisector_decomposition_2 class implements a simple yet efficient heuristic for decomposing an input polygon into convex sub-polygons
oCPolygonConvexDecomposition_2A model of the PolygonConvexDecomposition_2 concept is capable of decomposing an input polygon P into a set of convex sub-polygons P1,,Pk, such that ki=1Pk=P
\CPolygonWithHolesConvexDecomposition_2A model of the PolygonWithHolesConvexDecomposition_2 concept is capable of decomposing an input polygon P, which may have holes, into a set of convex sub-polygons P1,,Pk, such that ki=1Pk=P