\( \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.8.2 - 3D Surface Mesh Generation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
CGAL::Surface_mesh_cell_base_3< Gt, Cb > Class Template Reference

#include <CGAL/Surface_mesh_cell_base_3.h>

Inherits from

Cb.

Definition

The class Surface_mesh_cell_base_3 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.

Template Parameters
Gtis the geometric traits class.
Cbmust be a model of the concept TriangulationCellBase_3 and defaults to Triangulation_cell_base_3 <GT>.
Is Model Of:
SurfaceMeshCellBase_3
See Also
SurfaceMeshComplex_2InTriangulation_3
Surface_mesh_complex_2_in_triangulation_3<Tr>
SurfaceMeshTriangulation_3
make_surface_mesh