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]
CGAL | |
Subdivision_method_3 | The namespace containing the subdivision methods |
PQQ_stencil_3 | The stencil of the Primal-Quadrilateral-Quadrisection |
Linear_mask_3 | Bi-linear geometry mask for PQQ, PTQ, and Sqrt(3) schemes |
CatmullClark_mask_3 | The geometry mask of Catmull-Clark subdivision |
Loop_mask_3 | The geometry mask of Loop subdivision |
DQQ_stencil_3 | The stencil of the Dual-Quadrilateral-Quadrisection |
DooSabin_mask_3 | The geometry mask of Doo-Sabin subdivision |
Sqrt3_mask_3 | The geometry mask of Sqrt(3) subdivision |
DQQMask_3 | Required member functions for the DQQMask_3 concept. This policy concept of geometric computations is used in CGAL::Subdivision_method_3::DQQ<PolygonMesh, Mask, NamedParameters> |
PQQMask_3 | Required member functions for the PQQMask_3 concept. This policy concept of geometric computations is used in CGAL::Subdivision_method_3::PQQ<PolygonMesh, Mask, NamedParameters> |
PTQMask_3 | Required member functions for the PTQMask_3 concept. This policy concept of geometric computations is used in CGAL::Subdivision_method_3::PTQ<PolygonMesh, Mask, NamedParameters> |
Sqrt3Mask_3 | Required member functions for the Sqrt3Mask_3 concept. This policy concept of geometric computations is used in CGAL::Subdivision_method_3::Sqrt3<PolygonMesh, Mask, NamedParameters> |
SubdivisionMask_3 | This concept defines types used by the mask concepts |