CGAL 6.0.1 - 2D Convex Hulls and Extreme Points
Loading...
Searching...
No Matches
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]
 NCGAL
 CConvex_hull_constructive_traits_2The class Convex_hull_constructive_traits_2 serves as a traits class for all the two-dimensional convex hull and extreme point calculation function
 CConvex_hull_traits_2The class Convex_hull_traits_2 serves as a traits class for all the two-dimensional convex hull and extreme point calculation function
 CConvex_hull_traits_adapter_2The class Convex_hull_traits_adapter_2 serves as a traits class for all the two-dimensional convex hull and extreme point calculation functions
 CConvexHullTraits_2All convex hull and extreme point algorithms provided in CGAL are parameterized with a traits class Traits, which defines the primitives (objects and predicates) that the convex hull algorithms use. ConvexHullTraits_2 defines the complete set of primitives required in these functions. The specific subset of these primitives required by each function is specified with each function