CGAL 5.3 - 3D Surface Mesh Generation
|
#include <CGAL/Surface_mesh_default_triangulation_3.h>
The class Surface_mesh_default_triangulation_3
is a model of the concept SurfaceMeshTriangulation_3
, whose vertex base and cell base classes are models of the concepts SurfaceMeshVertexBase_3
and SurfaceMeshCellBase_3
respectively.
Public Types | |
typedef unspecified_type | Vertex |
the vertex type which is model of SurfaceMeshVertexBase_3 . | |
typedef unspecified_type | Cell |
the cell type which is model of SurfaceMeshCellBase_3 . | |