CGAL 5.4 - Tetrahedral Remeshing
CGAL::Tetrahedral_remeshing::Remeshing_vertex_base_3< GT, Vb > Class Template Reference

#include <CGAL/Tetrahedral_remeshing/Remeshing_vertex_base_3.h>

Definition

template<typename GT, typename Vb = CGAL::Triangulation_vertex_base_3<GT>>
class CGAL::Tetrahedral_remeshing::Remeshing_vertex_base_3< GT, Vb >

The class Remeshing_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 the tetrahedral remeshing process.

Template Parameters
Gtis the geometric traits class. It has to be a model of the concept RemeshingTriangulationTraits_3.
Vbis a vertex base class from which Remeshing_vertex_base_3 derives. It must be a model of the TriangulationVertexBase_3 concept. It has the default value Triangulation_vertex_base_3<Gt>.
Is Model Of:
MeshVertexBase_3