Class

CGAL::Mesh_polyhedron_3<Gt>

Definition

The class Mesh_polyhedron_3<Gt> provides a customized CGAL::Polyhedron_3 type. This type uses as PolyhedronItems_3 a customized type which adds data to the Vertex, Face and Halfedge class. Those data are required to use our sharp features detection algorithm.

#include <CGAL/Mesh_polyhedron_3.h>

Parameters

Template parameter Gt stands for the geometric traits associated to the meshing process. It should be a model of concept PolyhedronTraits_3.

Types

Mesh_polyhedron_3<Gt>::type
CGAL::Polyhedron_3<Gt> type with customized PolyhedronItems_3 designed to handle sharp feature detection.

See Also

CGAL::Polyhedral_mesh_domain_with_features_3<IGT>