CGAL 4.12 - Point Set Shape Detection
|
▼NCGAL | |
▼NShape_detection_3 | |
CCone | Cone implements Shape_base |
CCylinder | Cylinder implements Shape_base |
▼CEfficient_RANSAC | A shape detection algorithm using a RANSAC method |
CParameters | Parameters for the shape detection algorithm |
CPlane | Plane implements Shape_base |
CPlane_map | Property map that associates a detected plane object (CGAL::Shape_detection_3::Plane ) to a CGAL::Plane_3 object |
CPoint_to_shape_index_map | Property 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_growing | A shape detection algorithm using a region growing method |
CParameters | Parameters for the shape detection algorithm |
CShape_base | Base 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_traits | Default traits class to use the shape detection class Efficient_RANSAC |
CSphere | Sphere implements Shape_base |
CTorus | Torus implements Shape_base |
CShapeDetectionTraits | Concept describing the set of types required by the class CGAL::Shape_detection_3::Efficient_RANSAC and all shape classes |