Class

CGAL::Mesh_triangulation_3<MD,Gt>

Definition

The class Mesh_triangulation_3<MD,Gt> provides a default triangulation to be used as the 3D triangulation of a mesh generation process.

#include <CGAL/Mesh_triangulation_3.h>

Parameters

Template parameter MD stands for a model of MeshDomain_3.

Template parameter Gt stands for a model of RegularTriangulationTraits_3 and defaults to Kernel_traits<MD>::Kernel.

Types

Mesh_triangulation_3<MD,Gt>::type
CGAL::Regular_triangulation_3 type whose vertex and cell classes are respectively Mesh_vertex_base_3<MD,Gt> and Mesh_cell_base_3<MD,Gt>.

See Also

CGAL::make_mesh_3
CGAL::Mesh_complex_3_in_triangulation_3<Tr,CornerIndex,CurveSegmentIndex>