Class

CGAL::Mesh_polyhedron_3<IGT>

Definition

The class Mesh_polyhedron_3<IGT> 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 IGT stands for the geometric traits associated to the meshing process. It should be a model of the two concepts PolyhedronTraits_3 and IntersectionGeometricTraits_3.

Types

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

See Also

CGAL::Polyhedron_3<Gt> CGAL::Polyhedral_mesh_domain_with_features_3<IGT>