CGAL 6.3 - 3D Mesh Volume Smoothing
Loading...
Searching...
No Matches
Projection classes

Classes

class  CGAL::Mesh_smoothing_3::C3t3_mesh_projector< C3t3 >
 provides projection functions to a mesh defined in a Mesh_complex_3_in_triangulation_3 More...
class  CGAL::Mesh_smoothing_3::C3t3_no_projection< C3t3 >
 provides an empty class to disable projections, meaning free boundaries. More...

Enumerations

enum class  CGAL::Mesh_smoothing_3::Projection_weight_mode {
  Projection_weight_mode::DEFAULT , Projection_weight_mode::STRONG , Projection_weight_mode::SOFT , Projection_weight_mode::NONE ,
  Projection_weight_mode::CUSTOM
}
 Specifies the weight used for projection onto a tangent space. More...

Enumeration Type Documentation

◆ Projection_weight_mode

#include <CGAL/Mesh_smoothing_3/projectors.h>

Specifies the weight used for projection onto a tangent space.

Enumerator
DEFAULT 

Standard projection weight (1.).

STRONG 

Strong projection constraint (10.).

SOFT 

Weak projection constraint (1e-3).

NONE 

Disable projection.

CUSTOM 

Use the weight returned by TangentSpace::custom_weight().