CGAL::Mesh_cell_base_3<MD,Gt,Cb>

Definition

The class Mesh_cell_base_3<MD,Gt,Cb> is a model of the concept MeshCellBase_3. It is designed to serve as cell base class for the 3D triangulation used in the 3D mesh generation process.

Parameters

The template parameter MD provides the types of indices used to identify the faces of the input complex. It has to be a model of the concept MeshDomain_3.

The template parameter Gt is the geometric traits class. It has to be a model of the concept RegularTriangulationTraits_3.

The third parameter Cb is the cell base class. It has to be a model of the concept RegularTriangulationCellBase_3 and defaults to Regular_triangulation_cell_base_3<Gt>.

#include <CGAL/Mesh_cell_base_3.h>

Is Model for the Concepts

MeshCellBase_3

Inherits From

Cb

See Also

MeshCellBase_3
Mesh_complex_3_in_triangulation_3<Tr>