CGAL 5.0.3 - Scale-Space Surface Reconstruction
|
#include <CGAL/Scale_space_reconstruction_3/Jet_smoother.h>
Smoother for scale space reconstruction based on CGAL::jet_smooth_point_set()
.
Geom_traits | geometric traits class. It must be a model of DelaunayTriangulationTraits_3 . It must have a RealEmbeddable field number type. Generally, Exact_predicates_inexact_constructions_kernel is preferred. |
ConcurrencyTag | indicates whether to use concurrent processing. It can be omitted: if TBB (or greater) is available and CGAL_LINKED_WITH_TBB is defined then Parallel_tag is used. Otherwise, Sequential_tag is used. |
Public Types | |
typedef Geom_traits::FT | FT |
defines the point type. | |
typedef Geom_traits::Point_3 | Point |
defines the point typ.e | |
Public Member Functions | |
Jet_smoother (unsigned int k=12, unsigned int degree_fitting=2, unsigned int degree_monge=2) | |
Constructs a jet smoother. More... | |
CGAL::Scale_space_reconstruction_3::Jet_smoother< Geom_traits, ConcurrencyTag >::Jet_smoother | ( | unsigned int | k = 12 , |
unsigned int | degree_fitting = 2 , |
||
unsigned int | degree_monge = 2 |
||
) |
Constructs a jet smoother.
k | number of neighbors used. |
degree_fitting | fitting degree |
degree_monge | monge degree |