\( \newcommand{\E}{\mathrm{E}} \) \( \newcommand{\A}{\mathrm{A}} \) \( \newcommand{\R}{\mathrm{R}} \) \( \newcommand{\N}{\mathrm{N}} \) \( \newcommand{\Q}{\mathrm{Q}} \) \( \newcommand{\Z}{\mathrm{Z}} \) \( \def\ccSum #1#2#3{ \sum_{#1}^{#2}{#3} } \def\ccProd #1#2#3{ \sum_{#1}^{#2}{#3} }\)
CGAL 4.6 - Planar Parameterization of Triangulated Surface Meshes
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
PolyhedronTraitsWithKernel_3 Concept Reference

Definition

Required types for the PolyhedronTraitsWithKernel_3 concept. This geometric traits concept is used in the polyhedral surface data structure CGAL::Polyhedron_3<Traits>. This concept provides additional requirements to the PolyhedronTraits_3 concept required by CGAL::Polyhedron_3<Traits> used within the class CGAL::Parameterization_polyhedron_adaptor_3<Polyhedron_3_>.

Refines:
PolyhedronTraits_3
Has Models:

CGAL::Polyhedron_traits_3<Kernel>

CGAL::Polyhedron_traits_with_normals_3<Kernel>

All models of the CGAL::Kernel concept such as Simple_cartesian<FieldNumberType>.

See Also
CGAL::Parameterization_polyhedron_adaptor_3<Polyhedron_3_>
CGAL::Polyhedron_3<Traits>

Types

typedef unspecified_type Kernel
 a kernel type providing: a field type FT; 2D and 3D point types Point_2 and Point_3; 2D and 3D vector types Vector_2 and Vector_3.