Do not use the obsolete and useless class Weighted_alpha_shape_euclidean_traits_2

This commit is contained in:
Mael Rouxel-Labbé 2017-05-02 11:35:35 +02:00
parent 9f171d845f
commit 3e81fd1b6b
1 changed files with 1 additions and 2 deletions

View File

@ -1,5 +1,4 @@
#include <CGAL/Exact_predicates_inexact_constructions_kernel.h>
#include <CGAL/Weighted_alpha_shape_euclidean_traits_2.h>
#include <CGAL/Regular_triangulation_2.h>
#include <CGAL/Alpha_shape_2.h>
@ -14,7 +13,7 @@ typedef K::FT FT;
typedef K::Point_2 Point_base;
typedef K::Weighted_point_2 Point;
typedef CGAL::Weighted_alpha_shape_euclidean_traits_2<K> Gt;
typedef K Gt;
typedef CGAL::Regular_triangulation_vertex_base_2<Gt> Rvb;
typedef CGAL::Alpha_shape_vertex_base_2<Gt,Rvb> Vb;
typedef CGAL::Regular_triangulation_face_base_2<Gt> Rf;