CGAL 4.8.1 - 3D Surface Mesh Generation
|
#include <CGAL/Surface_mesh_vertex_base_3.h>
Vb.
The class Surface_mesh_vertex_base_3
is a model of the concept SurfaceMeshVertexBase_3
.
It is designed to serve as vertex base class in a triangulation class Tr
plugged in a Surface_mesh_complex_2_in_triangulation_3<Tr>
class.
Gt | is the geometric traits class. |
Vb | must be a model of the concept TriangulationVertexBase_3 and defaults to Triangulation_vertex_base_3 <Gt> . |