Processing math: 100%
CGAL 4.5 - 3D Surface Subdivision Methods
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
CGAL::Subdivision_method_3 Namespace Reference

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 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 3 subdivision step times on the control mesh p. More...
 

Definition

The namespace containing the subdivision methods.