CGAL 5.6 - Tetrahedral Remeshing
|
Classes | |
class | CGAL::Tetrahedral_remeshing::Remeshing_cell_base_3< Subdomain_index, Surface_patch_index > |
The class Remeshing_cell_base_3 is a model of the concept SimplicialMeshCellBase_3 . More... | |
class | CGAL::Tetrahedral_remeshing::Remeshing_triangulation_3< Gt, Concurrency_tag, Vb, Cb > |
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. More... | |
Typedefs | |
template<typename GT , typename Subdomain_index = int, typename Surface_patch_index = int, typename Curve_index = int, typename Corner_index = int, typename Vb = CGAL::Triangulation_vertex_base_3<GT>> | |
using | CGAL::Tetrahedral_remeshing::Remeshing_vertex_base_3 = CGAL::Simplicial_mesh_vertex_base_3< GT, Subdomain_index, Surface_patch_index, Curve_index, Corner_index, Vb > |
The class Remeshing_vertex_base_3 is a model of the concept MeshVertexBase_3 . | |
using CGAL::Tetrahedral_remeshing::Remeshing_vertex_base_3 = typedef CGAL::Simplicial_mesh_vertex_base_3<GT, Subdomain_index, Surface_patch_index, Curve_index, Corner_index, Vb> |
#include <CGAL/Tetrahedral_remeshing/Remeshing_vertex_base_3.h>
The class Remeshing_vertex_base_3
is a model of the concept MeshVertexBase_3
.
It is designed to serve as vertex base class for the 3D triangulation used in the tetrahedral remeshing process.
Gt | is the geometric traits class. It has to be a model of the concept RemeshingTriangulationTraits_3 . |
Vb | is a vertex base class from which Remeshing_vertex_base_3 derives. It must be a model of the TriangulationVertexBase_3 concept. It has the default value Triangulation_vertex_base_3<Gt> . |