CGAL 5.2.2 - Tetrahedral Remeshing
|
#include <CGAL/Tetrahedral_remeshing/Remeshing_cell_base_3.h>
The class Remeshing_cell_base_3
is a model of the concept MeshCellBase_3
.
It is designed to serve as cell 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 . |
Cb | is a cell base class from which Remeshing_cell_base_3 derives. It must be a model of the TriangulationCellBase_3 concept. It has the default value Triangulation_cell_base_3<Gt> . |