\( \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.7 - Point Set Shape Detection
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages

Classes

class  CGAL::Shape_detection_3::Cone< Traits >
 Cone implements Shape_base. More...
 
class  CGAL::Shape_detection_3::Cylinder< Traits >
 Cylinder implements Shape_base. More...
 
class  CGAL::Shape_detection_3::Plane< Traits >
 Plane implements Shape_base. More...
 
class  CGAL::Shape_detection_3::Shape_base< Traits >
 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. More...
 
class  CGAL::Shape_detection_3::Sphere< Traits >
 Sphere implements Shape_base. More...
 
class  CGAL::Shape_detection_3::Torus< Traits >
 Torus implements Shape_base. More...