Use the sorted priority queue in the plugin

This commit is contained in:
Mael Rouxel-Labbé 2023-10-16 17:05:38 +02:00
parent b1ffdb00e1
commit 021d1fe8bd
1 changed files with 4 additions and 0 deletions

View File

@ -9,6 +9,10 @@
#include "Scene_polylines_item.h"
#include "Scene_points_with_normal_item.h"
// Since we want to do visualization and interruption, it's better to use the sorted priority queue,
// even if it is slower
#define CGAL_AW3_USE_SORTED_PRIORITY_QUEUE
#include <CGAL/alpha_wrap_3.h>
#include <QAction>