CGAL 6.1.3 - 3D Alpha Shapes
Loading...
Searching...
No Matches
CGAL Namespace Reference

Classes

class  Alpha_shape_3
 The class Alpha_shape_3 represents the family of alpha shapes of points in the 3D space for all real \( \alpha\). More...
class  Alpha_shape_cell_base_3
 The class Alpha_shape_cell_base_3 is the default model for the concept AlphaShapeCell_3. More...
class  Alpha_shape_vertex_base_3
 The class Alpha_shape_vertex_base_3 is the default model for the concept AlphaShapeVertex_3. More...
class  Alpha_status
 The class Alpha_status is a small data structure to store the critical alpha values of faces of an alpha shape. More...
class  Fixed_alpha_shape_3
 The class Fixed_alpha_shape_3 represents one (fixed) alpha shape of points in the 3D space for a real \( \alpha\). More...
class  Fixed_alpha_shape_cell_base_3
 The class Fixed_alpha_shape_cell_base_3 is the default model for the concept FixedAlphaShapeCell_3. More...
class  Fixed_alpha_shape_vertex_base_3
 The class Fixed_alpha_shape_vertex_base_3 is the default model for the concept FixedAlphaShapeVertex_3. More...

Functions

std::ostream & operator<< (std::ostream &os, const Alpha_shape_3< Dt, ExactAlphaComparisonTag > &A)
 Inserts the alpha shape A for the current alpha value into the stream os.
std::ostream & operator<< (std::ostream &os, const Fixed_alpha_shape_3< Dt > &A)
 inserts the fixed alpha shape A into the stream os.