CGAL 6.0.1 - 3D Surface Subdivision Methods
Loading...
Searching...
No Matches
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]
 NCGAL
 CCatmullClark_mask_3The geometry mask of Catmull-Clark subdivision
 CDooSabin_mask_3The geometry mask of Doo-Sabin subdivision
 CDQQ_stencil_3The stencil of the Dual-Quadrilateral-Quadrisection
 CLinear_mask_3Bi-linear geometry mask for PQQ, PTQ, and Sqrt(3) schemes
 CLoop_mask_3The geometry mask of Loop subdivision
 CPQQ_stencil_3The stencil of the Primal-Quadrilateral-Quadrisection
 CSqrt3_mask_3The geometry mask of Sqrt(3) subdivision
 CDQQMask_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>
 CPQQMask_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>
 CPTQMask_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>
 CSqrt3Mask_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