Simplify API (no more templates) of Local_eigen_analysis

This commit is contained in:
Simon Giraudot
2017-04-10 15:05:50 +02:00
parent 6021b9386e
commit a981d14cd0
7 changed files with 138 additions and 234 deletions
@@ -18,14 +18,14 @@ namespace Classif = CGAL::Classification;
typedef Classif::Sum_of_weighted_features_predicate Classification_predicate;
typedef Classif::Point_set_neighborhood<Kernel, Point_range, Pmap> Neighborhood;
typedef Classif::Local_eigen_analysis<Kernel, Point_range, Pmap> Local_eigen_analysis;
typedef Classif::Local_eigen_analysis Local_eigen_analysis;
typedef Classif::Label_handle Label_handle;
typedef Classif::Feature_handle Feature_handle;
typedef Classif::Label_set Label_set;
typedef Classif::Feature_set Feature_set;
typedef Classif::Feature::Sphericity<Kernel, Point_range, Pmap> Sphericity;
typedef Classif::Feature::Sphericity Sphericity;
///////////////////////////////////////////////////////////////////
//! [Feature]