template<class PolygonMesh, class VPMap = typename boost::property_map<PolygonMesh, CGAL::vertex_point_t>::const_type>
class CGAL::Polygon_mesh_processing::Adaptive_sizing_field< PolygonMesh, VPMap >
a sizing field describing variable target mesh edge lengths for CGAL::Polygon_mesh_processing::isotropic_remeshing()
.
This adaptive sizing field is a function of local discrete curvatures, computed using the CGAL::Polygon_mesh_processing::interpolated_corrected_curvatures()
function.
Edges too long with respect to the local target edge length are split in two, while edges that are too short are collapsed.
This class depends on the Eigen library.
- Is model of
PMPSizingField
- See also
isotropic_remeshing()
-
Uniform_sizing_field
- Template Parameters
-