CGAL 5.3 - 3D Surface Mesh Generation
|
#include <CGAL/Surface_mesh_cell_base_3.h>
Cb.
The class Surface_mesh_cell_base_3
is a model of the concept SurfaceMeshCellBase_3
.
It is designed to serve as cell 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. |
Cb | must be a model of the concept DelaunayTriangulationCellBase_3 and defaults to Delaunay_triangulation_cell_base_3<GT> . |