CGAL 5.6.1 - Polygon Mesh Processing
Deprecated List
Member CGAL::Polygon_mesh_processing::parameters::all_default ()
This function is deprecated and default_values() should be used instead.
Member CGAL::Polygon_mesh_processing::smooth_mesh (const FaceRange &faces, TriangleMesh &tmesh, const NamedParameters &np=parameters::default_values())
This function is deprecated since CGAL 5.5, CGAL::angle_and_area_smoothing() should be used instead.
Member CGAL::Polygon_mesh_processing::triangulate_and_refine_hole (PolygonMesh &pmesh, typename boost::graph_traits< PolygonMesh >::halfedge_descriptor border_halfedge, FaceOutputIterator face_out, VertexOutputIterator vertex_out, const NamedParameters &np=parameters::default_values())
This function is deprecated since CGAL 5.6 and the overload with the named parameters face_output_iterator and vertex_output_iterator should be used instead.
Member CGAL::Polygon_mesh_processing::triangulate_hole (PolygonMesh &pmesh, typename boost::graph_traits< PolygonMesh >::halfedge_descriptor border_halfedge, OutputIterator out, const NamedParameters &np=parameters::default_values())
This function is deprecated since CGAL 5.6 and the overload with the named parameter face_output_iterator should be used instead.
Member CGAL::Polygon_mesh_processing::triangulate_refine_and_fair_hole (PolygonMesh &pmesh, typename boost::graph_traits< PolygonMesh >::halfedge_descriptor border_halfedge, FaceOutputIterator face_out, VertexOutputIterator vertex_out, const NamedParameters &np=parameters::default_values())
This function is deprecated since CGAL 5.6 and the overload with the named parameters face_output_iterator and vertex_output_iterator should be used instead.