CGAL 6.0 - 3D Mesh Generation
|
#include <CGAL/Mesh_cell_base_3.h>
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.
GT | is the geometric traits class. It has to be a model of the concept MeshTriangulationTraits_3 . |
MD | provides the types of indices used to identify the faces of the input complex. It has to be a model of the concept MeshDomain_3 . |
Cb | is 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> . |
MeshCellBase_3
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 () |