Loading [MathJax]/extensions/TeX/AMSsymbols.js
CGAL 5.2.4 - Shape Detection
All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Modules 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 12345]
 NCGAL
 NShape_detection
 Ndeprecated
 CRegion_growing_deprA shape detection algorithm using a region growing method
 CParametersParameters for the shape detection algorithm
 CShape_detection_traitsA traits class to use with the shape detection classes Efficient_RANSAC and deprecated::Region_growing
 NPoint_set
 CK_neighbor_queryK nearest neighbors search in a set of Kernel::Point_2 or Kernel::Point_3
 CLeast_squares_line_fit_regionRegion type based on the quality of the least squares line fit applied to 2D points
 CLeast_squares_line_fit_sortingSorting of 2D points with respect to the local line fit quality
 CLeast_squares_plane_fit_regionRegion type based on the quality of the least squares plane fit applied to 3D points
 CLeast_squares_plane_fit_sortingSorting of 3D points with respect to the local plane fit quality
 CSphere_neighbor_queryFuzzy sphere neighbors search in a set of Kernel::Point_2 or Kernel::Point_3
 NPolygon_mesh
 CLeast_squares_plane_fit_regionRegion type based on the quality of the least squares plane fit applied to faces of a polygon mesh
 CLeast_squares_plane_fit_sortingSorting of polygon mesh faces with respect to the local plane fit quality
 COne_ring_neighbor_queryEdge-adjacent faces connectivity in a polygon mesh
 CConeCone implements Shape_base
 CCylinderCylinder implements Shape_base
 CEfficient_RANSACShape detection algorithm based on the RANSAC method
 CParametersParameters for the shape detection algorithm
 CEfficient_RANSAC_traitsDefault traits class for the CGAL::Shape_detection::Efficient_RANSAC
 CPlanePlane implements Shape_base
 CPlane_mapProperty map that associates a detected plane object CGAL::Shape_detection::Plane to a CGAL::Plane_3 object
 CPoint_to_shape_index_mapProperty map that associates a point index to its assigned shape found by the CGAL::Shape_detection::Efficient_RANSAC algorithm
 CRegion_growingMain class/entry point for running the region growing algorithm
 CShape_baseBase class for shape types that defines an interface to construct a shape from a set of points and to compute the point distance and normal deviation from the surface normal
 CSphereSphere implements Shape_base
 CTorusTorus implements Shape_base
 CEfficientRANSACTraitsA concept that describes the set of types required by the CGAL::Shape_detection::Efficient_RANSAC and all RANSAC shape classes
 CNeighborQueryA concept that describes the set of methods used by the CGAL::Shape_detection::Region_growing to access neighbors of an item
 CRegionTypeA concept that describes the set of methods used by the CGAL::Shape_detection::Region_growing to maintain a region