CGAL 4.8.1 - 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 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. |
Cb | must be a model of the concept TriangulationCellBase_3 and defaults to Triangulation_cell_base_3 <GT> . |