CGAL 5.6.1 - 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
 NPoint_set
 CK_neighbor_queryK nearest neighbors search in a set of 2D or 3D points
 CLeast_squares_circle_fit_regionRegion type based on the quality of the least squares circle fit applied to 2D points
 CLeast_squares_circle_fit_sortingSorting of 2D points with respect to the local circle fit quality
 CLeast_squares_cylinder_fit_regionRegion type based on the quality of the least squares cylinder fit applied to 3D points
 CLeast_squares_cylinder_fit_sortingSorting of 3D points with respect to the local cylinder fit quality
 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
 CLeast_squares_sphere_fit_regionRegion type based on the quality of the least squares sphere fit applied to 3D points
 CLeast_squares_sphere_fit_sortingSorting of 3D points with respect to the local sphere fit quality
 CSphere_neighbor_queryFuzzy sphere neighbors search in a set of 2D or 3D points
 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
 CPolyline_graphPolygon mesh edges connected into a graph
 NSegment_set
 CLeast_squares_line_fit_regionRegion type based on the quality of the least squares line fit applied to a segment set
 CLeast_squares_line_fit_sortingSorting of segments with respect to the local line fit quality
 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