\( \newcommand{\E}{\mathrm{E}} \) \( \newcommand{\A}{\mathrm{A}} \) \( \newcommand{\R}{\mathrm{R}} \) \( \newcommand{\N}{\mathrm{N}} \) \( \newcommand{\Q}{\mathrm{Q}} \) \( \newcommand{\Z}{\mathrm{Z}} \) \( \def\ccSum #1#2#3{ \sum_{#1}^{#2}{#3} } \def\ccProd #1#2#3{ \sum_{#1}^{#2}{#3} }\)
CGAL 4.12 - Point Set Shape Detection
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 1234]
 NCGAL
 NShape_detection_3
 CConeCone implements Shape_base
 CCylinderCylinder implements Shape_base
 CEfficient_RANSACA shape detection algorithm using a RANSAC method
 CParametersParameters for the shape detection algorithm
 CPlanePlane implements Shape_base
 CPlane_mapProperty map that associates a detected plane object (CGAL::Shape_detection_3::Plane) to a CGAL::Plane_3 object
 CPoint_to_shape_index_mapProperty map that associate a point index to its assigned shape found by a shape detection algorithm (such as CGAL::Shape_detection_3::Efficient_RANSAC or CGAL::Shape_detection_3::Region_growing)
 CRegion_growingA shape detection algorithm using a region growing method
 CParametersParameters for the shape detection algorithm
 CShape_baseBase class for shape types defining an interface to construct a shape from a set of points and to compute the point distance and normal deviation from the surface normal
 CShape_detection_traitsDefault traits class to use the shape detection class Efficient_RANSAC
 CSphereSphere implements Shape_base
 CTorusTorus implements Shape_base
 CShapeDetectionTraitsConcept describing the set of types required by the class CGAL::Shape_detection_3::Efficient_RANSAC and all shape classes