CGAL 5.6.1 - 3D Mesh Generation
CGAL::Mesh_vertex_base_3< GT, MD, Vb > Struct Template Reference

#include <CGAL/Mesh_vertex_base_3.h>

Definition

template<class GT, class MD, class Vb = Regular_triangulation_vertex_base_3<GT>>
struct CGAL::Mesh_vertex_base_3< GT, MD, Vb >

The class Mesh_vertex_base_3 is a model of the concept MeshVertexBase_3.

It is designed to serve as vertex base class for the 3D triangulation used in a 3D mesh generation process.

Template Parameters
GTis the geometric traits class. It must be a model of the concept MeshTriangulationTraits_3.
MDprovides the types of indices used to identify the faces of the input complex. It must be a model of the concept MeshDomain_3.
Vbis the vertex base class. It has to be a model of the concept RegularTriangulationVertexBase_3 and defaults to Regular_triangulation_vertex_base_3<GT>.
Is Model Of:
MeshVertexBase_3
See also
CGAL::Mesh_complex_3_in_triangulation_3<Tr,CornerIndex,CurveIndex>

Classes

struct  Rebind_TDS
 

Public Types

using Triangulation_data_structure = unspecified_type
 
using Vertex_handle = typename Triangulation_data_structure::Vertex_handle
 
using Cell_handle = typename Triangulation_data_structure::Cell_handle