Skip to content

Commit

Permalink
Scale_space_reconstructionL Doc Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
afabri committed Nov 2, 2023
1 parent b83479e commit 3efb936
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ Spatial_searching
Solver_interface
Advancing_front_surface_reconstruction
Point_set_processing_3
Polygon_mesh_processing_3
Algebraic_foundations
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ template <typename Geom_traits,
class Jet_smoother
{
public:
typedef typename Geom_traits::FT FT; ///< defines the point type.
typedef typename Geom_traits::Point_3 Point; ///< defines the point typ.e
typedef typename Geom_traits::FT FT; ///< defines the field number type.
typedef typename Geom_traits::Point_3 Point; ///< defines the point type.
private:

unsigned int m_k;
Expand All @@ -65,9 +65,9 @@ class Jet_smoother
/**
* Constructs a jet smoother.
*
* \param k number of neighbors used.
* \param k number of neighbors used
* \param degree_fitting fitting degree
* \param degree_monge monge degree
* \param degree_monge Monge degree
*/
Jet_smoother (unsigned int k = 12,
unsigned int degree_fitting = 2,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ template <typename Geom_traits,
class Weighted_PCA_smoother
{
public:
typedef typename Geom_traits::FT FT; ///< defines the point type.
typedef typename Geom_traits::Point_3 Point; ///< defines the point typ.e
typedef typename Geom_traits::FT FT; ///< defines the field number type.
typedef typename Geom_traits::Point_3 Point; ///< defines the point type.
typedef typename Geom_traits::Vector_3 Vector; ///< defines the vector type.
private:

Expand Down

0 comments on commit 3efb936

Please sign in to comment.