CGAL 6.0 - Tetrahedral Remeshing
|
#include <CGAL/Tetrahedral_remeshing/Remeshing_vertex_base_3.h>
The class Remeshing_vertex_base_3
is a model of the concept RemeshingVertexBase_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 must 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 concept SimplicialMeshVertexBase_3 . |
RemeshingVertexBase_3
SimplicialMeshVertexBase_3
Additional Inherited Members | |
Public Types inherited from CGAL::Simplicial_mesh_vertex_base_3< typename Gt, typename SubdomainIndex, typename SurfacePatchIndex, typename CurveIndex, typename CornerIndex, typename Vb > | |
typedef Tag_true | Has_timestamp |
Public Types inherited from CGAL::Triangulation_vertex_base_3< typename Traits, typename TDSVb > | |
typedef Traits::Point_3 | Point |