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 Mesh Generation
All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Modules Pages

The classes in this group are the main classes involved in the mesh generation process.

Classes

class  CGAL::Compact_mesh_cell_base_3< Gt, MD, Tds >
 The class Compact_mesh_cell_base_3<Gt, MD> is a model of the concept MeshCellBase_3. More...
 
class  CGAL::Mesh_cell_base_3< Gt, MD, Cb >
 The class Mesh_cell_base_3<Gt, MD, Cb> is a model of the concept MeshCellBase_3. More...
 
class  CGAL::Mesh_cell_criteria_3< Tr >
 The class Mesh_cell_criteria_3 is a model of MeshCellCriteria_3. More...
 
class  CGAL::Mesh_complex_3_in_triangulation_3< Tr, CornerIndex, CurveIndex >
 The class Mesh_complex_3_in_triangulation_3 implements a data structure to store the 3D restricted Delaunay triangulation used by a mesh generation process. More...
 
class  CGAL::Mesh_criteria_3< Tr >
 The class Mesh_criteria_3 is a model of both concepts MeshCriteria_3 and MeshCriteriaWithFeatures_3. More...
 
class  CGAL::Mesh_edge_criteria_3< Tr >
 The function object class Mesh_edge_criteria_3 is a model of MeshEdgeCriteria_3. More...
 
class  CGAL::Mesh_facet_criteria_3< Tr >
 The class Mesh_facet_criteria_3 is a model of MeshFacetCriteria_3. More...
 
struct  CGAL::Mesh_triangulation_3< MD, Gt, Concurrency_tag, Vertex_base, Cell_base >
 The class Mesh_triangulation_3 is a class template which provides the triangulation type to be used for the 3D triangulation embedding the mesh. More...
 
class  CGAL::Mesh_vertex_base_3< Gt, MD, Vb >
 The class Mesh_vertex_base_3 is a model of the concept MeshVertexBase_3. More...