The class Mesh_complex_3_in_triangulation_3<Tr> implements a data structure to store the 3D restricted Delaunay triangulation used by a mesh generation process.
This class is a model of the concept MeshComplex_3InTriangulation_3.
The template parameter Tr can be instanciated with any 3D regular triangulation of Cgal provided that its vertex and cell base class are models of the concepts MeshVertexBase_3 and MeshCellBase_3, respectively.
#include <CGAL/Mesh_complex_3_in_triangulation_3.h>
|
| Index type. |
|
| Surface index type. |
|
| Subdomain index type. |
|
| |
Outputs the mesh to os in medit format. |