Fixed seam meshes not always picking the longest border in a connected component

This commit is contained in:
Mael Rouxel-Labbé
2017-06-22 16:15:57 +02:00
parent cde65fd465
commit 8e77c99653
8 changed files with 42 additions and 21 deletions
@@ -1,7 +1,7 @@
#include <CGAL/Simple_cartesian.h>
#include <CGAL/Surface_mesh.h>
#include <CGAL/boost/graph/Seam_mesh.h>
#include <CGAL/boost/graph/graph_traits_Surface_mesh.h>
#include <CGAL/Surface_mesh_parameterization/IO/File_off.h>
#include <CGAL/Surface_mesh_parameterization/parameterize.h>