Loading [MathJax]/extensions/TeX/newcommand.js
\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 5.0 - 3D Surface Mesh Generation
All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Modules 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 cell 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 DelaunayTriangulationCellBase_3 and defaults to Delaunay_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