CGAL::Surface_mesh_cell_base_3<Gt,Cb>

Definition

The class Surface_mesh_cell_base_3<Gt,Cb> is a model of the concept SurfaceMeshCellBase_3. It is designed to serve as vertex base class in a triangulation class Tr plugged in a Surface_mesh_complex_2_in_triangulation_3<Tr> class.

The first template parameter is the geometric traits class.

The second template parameter is a base class. It has to be a model of the concept TriangulationCellBase_3 and defaults to Triangulation_cell_base_3 <GT>.

#include <CGAL/Surface_mesh_cell_base_3.h>

Is Model for the Concepts

SurfaceMeshCellBase_3

Inherits From

Cb

See Also

SurfaceMeshComplex_2InTriangulation_3
Surface_mesh_complex_2_in_triangulation_3<Tr>
SurfaceMeshTriangulation_3
make_surface_mesh