mirror of https://github.com/CGAL/cgal
problem with walk along line point location
This commit is contained in:
parent
ac9070bf70
commit
67ce551b2d
|
|
@ -351,8 +351,9 @@ public:
|
|||
typedef Arr_inc_insertion_zone_visitor<Arr>
|
||||
Zone_insertion_visitor;
|
||||
|
||||
typedef Arr_walk_along_line_point_location<Arr>
|
||||
Default_point_location_strategy;
|
||||
//typedef Arr_walk_along_line_point_location<Arr> Default_point_location_strategy;
|
||||
typedef Arr_simple_point_location<Arr> Default_point_location_strategy;
|
||||
|
||||
//@}
|
||||
|
||||
///! \name Topology-traits methods.
|
||||
|
|
|
|||
|
|
@ -26,6 +26,7 @@
|
|||
|
||||
#include <CGAL/Arr_enums.h>
|
||||
#include <CGAL/Arr_default_dcel.h>
|
||||
#include <CGAL/Arr_simple_point_location.h>
|
||||
#include <CGAL/Arr_walk_along_line_point_location.h>
|
||||
#include <CGAL/Arrangement_2/Arr_traits_adaptor_2.h>
|
||||
#include <CGAL/Sweep_line_2/Arr_construction_event.h>
|
||||
|
|
|
|||
Loading…
Reference in New Issue