CGAL 6.0 - 3D Mesh Generation
Loading...
Searching...
No Matches
CGAL::Mesh_cell_base_3< GT, MD, Cb > Class Template Reference

#include <CGAL/Mesh_cell_base_3.h>

Definition

template<class GT, class MD, class Cb = CGAL::Regular_triangulation_cell_base_with_weighted_circumcenter_3< GT, CGAL::Regular_triangulation_cell_base_3<GT> >>
class CGAL::Mesh_cell_base_3< GT, MD, Cb >

The class Mesh_cell_base_3<GT, MD, Cb> is a model of the concept MeshCellBase_3.

It is designed to serve as cell base class for the 3D triangulation used in the 3D mesh generation process.

Template Parameters
GTis the geometric traits class. It has to be a model of the concept MeshTriangulationTraits_3.
MDprovides the types of indices used to identify the faces of the input complex. It has to be a model of the concept MeshDomain_3.
Cbis the cell base class. It has to be a model of the concept RegularTriangulationCellBaseWithWeightedCircumcenter_3 and defaults to Regular_triangulation_cell_base_with_weighted_circumcenter_3<GT>.
Is model of
MeshCellBase_3
See also
CGAL::Mesh_complex_3_in_triangulation_3<Tr,CornerIndex,CurveIndex>
CGAL::Compact_mesh_cell_base_3<GT, MD, Tds>

Determinism

typedef Tag_true Has_timestamp
 
std::size_t time_stamp () const
 
void set_time_stamp (const std::size_t &ts)
 

I/O

static std::string io_signature ()