CGAL 6.0 - 3D Mesh Generation
Loading...
Searching...
No Matches
CGAL::Mesh_polyhedron_3< IGT > Struct Template Reference

#include <CGAL/Mesh_polyhedron_3.h>

Definition

template<typename IGT>
struct CGAL::Mesh_polyhedron_3< IGT >

The class Mesh_polyhedron_3 provides a customized Polyhedron_3 type.

This type uses as PolyhedronItems_3 a customized type which adds data to the Vertex, Face and Halfedge classes. Those data are required to use the detection of sharp features.

Template Parameters
IGTstands for the geometric traits associated to the meshing process. It must be a model of the two concepts PolyhedronTraits_3 and IntersectionGeometricTraits_3.
See also
CGAL::Polyhedron_3<GT>
CGAL::Polyhedral_mesh_domain_with_features_3<IGT>

Types

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