CGAL 6.1 - Tetrahedral Remeshing
|
#include <CGAL/Tetrahedral_remeshing/Remeshing_triangulation_3.h>
Inherits CGAL::Triangulation_3< Gt, CGAL::Triangulation_data_structure_3< Remeshing_vertex_base_3< Gt >, Remeshing_cell_base_3< Gt > > >.
The class Remeshing_triangulation_3
is a class template which provides a valid triangulation type that can be used as the 3D triangulation input for the tetrahedral remeshing process.
Gt | is the geometric traits class. It has to be a model of the concept RemeshingTriangulationTraits_3 . |
Concurrency_tag | enables sequential versus parallel implementation of the triangulation data structure. Possible values are Sequential_tag (the default), Parallel_tag , and Parallel_if_available_tag . |
Vb | must be a model of RemeshingVertexBase_3 . |
Cb | must be model of RemeshingCellBase_3 . |