| 
    CGAL 4.7 - 3D Surface Subdivision Methods 
   | 
 
The namespace containing the subdivision methods. More...
Functions | |
| template<class Polyhedron_3 , template< typename > class Mask> | |
| void | PQQ (Polyhedron_3 &p, Mask< Polyhedron_3 > mask, int step=1) | 
applies the PQQ refinement on the control mesh p step times.  More... | |
| template<class Polyhedron_3 , template< typename > class Mask> | |
| void | PTQ (Polyhedron_3 &p, Mask< Polyhedron_3 > mask, int step=1) | 
applies the PTQ refinement on the control mesh p step times, where p contains only triangle facets.  More... | |
| template<class Polyhedron_3 , template< typename > class Mask> | |
| void | DQQ (Polyhedron_3 &p, Mask< Polyhedron_3 > mask, int step=1) | 
applies the DQQ refinement on the control mesh p step times.  More... | |
| template<class Polyhedron_3 , template< typename > class Mask> | |
| void | Sqrt3 (Polyhedron_3 &p, Mask< Polyhedron_3 > mask, int step=1) | 
applies the \( \sqrt{3}\) triangulation on the control mesh p step times, where p contains only triangle facets.  More... | |
| template<class Polyhedron_3 > | |
| void | CatmullClark_subdivision (Polyhedron_3 &p, int step=1) | 
applies Catmull-Clark subdivision step times on the control mesh p.  More... | |
| template<class Polyhedron_3 > | |
| void | Loop_subdivision (Polyhedron_3 &p, int step=1) | 
applies Loop subdivision step times on the control mesh p.  More... | |
| template<class Polyhedron_3 > | |
| void | DooSabin_subdivision (Polyhedron_3 &p, int step=1) | 
applies Doo-Sabin subdivision step times on the control mesh p.  More... | |
| template<class Polyhedron_3 > | |
| void | Sqrt3_subdivision (Polyhedron_3 &p, int step=1) | 
applies \( \sqrt{3}\) subdivision step times on the control mesh p.  More... | |
The namespace containing the subdivision methods.