CGAL 6.0 - Tetrahedral Remeshing
|
#include <CGAL/Tetrahedral_remeshing/Remeshing_cell_base_3.h>
CGAL::Compact_simplicial_mesh_cell_base_3< typename SubdomainIndex, typename SurfacePatchIndex >.
The class Remeshing_cell_base_3
is a model of the concept RemeshingCellBase_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 SimplicialMeshCellBase_3 concept. |
RemeshingCellBase_3
Public Types | |
using | FT = typename Gt::FT |
using | Vertex_handle = typename Cb::Vertex_handle |
using | Cell_handle = typename Cb::Cell_handle |
using | Geom_traits = Gt |
Public Member Functions | |
void | set_sliver_value (const FT value) |
FT | sliver_value () const |
bool | is_cache_valid () const |
void | reset_cache_validity () const |