CGAL 5.2.2 - Tetrahedral Remeshing
|
#include <CGAL/Tetrahedral_remeshing/Remeshing_vertex_base_3.h>
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.
Gt | is the geometric traits class. It has to be a model of the concept RemeshingTriangulationTraits_3 . |
Vb | is 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> . |