\( \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.11.2 - 3D Surface Subdivision Methods
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Class and Concept List
Here is the list of all concepts and classes of this package. Classes are inside the namespace CGAL. Concepts are in the global namespace.
[detail level 12]
oNCGAL
|oNSubdivision_method_3The namespace containing the subdivision methods
|oCPQQ_stencil_3The stencil of the Primal-Quadrilateral-Quadrisection
|oCLinear_mask_3Bi-linear geometry mask for PQQ, PTQ, and Sqrt(3) schemes
|oCCatmullClark_mask_3The geometry mask of Catmull-Clark subdivision
|oCLoop_mask_3The geometry mask of Loop subdivision
|oCDQQ_stencil_3The stencil of the Dual-Quadrilateral-Quadrisection
|oCDooSabin_mask_3The geometry mask of Doo-Sabin subdivision
|\CSqrt3_mask_3The geometry mask of Sqrt(3) subdivision
oCDQQMask_3Required member functions for the DQQMask_3 concept. This policy concept of geometric computations is used in CGAL::Subdivision_method_3::DQQ<PolygonMesh, Mask, NamedParameters>
oCPQQMask_3Required member functions for the PQQMask_3 concept. This policy concept of geometric computations is used in CGAL::Subdivision_method_3::PQQ<PolygonMesh, Mask, NamedParameters>
oCPTQMask_3Required member functions for the PTQMask_3 concept. This policy concept of geometric computations is used in CGAL::Subdivision_method_3::PTQ<PolygonMesh, Mask, NamedParameters>
oCSqrt3Mask_3Required member functions for the Sqrt3Mask_3 concept. This policy concept of geometric computations is used in CGAL::Subdivision_method_3::Sqrt3<PolygonMesh, Mask, NamedParameters>
\CSubdivisionMask_3This concept defines types used by the mask concepts