mirror of https://github.com/CGAL/cgal
fix typo in class name
This commit is contained in:
parent
ea2d776be6
commit
fd735eb438
|
|
@ -52,7 +52,7 @@ OutputIterator locate
|
|||
// Arrangement types:
|
||||
typedef Arrangement_on_surface_2<GeomTraits, TopTraits> Arr;
|
||||
typedef typename TopTraits::template
|
||||
Sweep_line_bacthed_point_location_visitor<OutputIterator>
|
||||
Sweep_line_batched_point_location_visitor<OutputIterator>
|
||||
Bpl_visitor;
|
||||
|
||||
typedef typename Arr::Halfedge_const_handle Halfedge_const_handle;
|
||||
|
|
|
|||
|
|
@ -298,7 +298,7 @@ public:
|
|||
Sweep_line_non_intersecting_insertion_visitor;
|
||||
|
||||
template <class OutputIterator_>
|
||||
struct Sweep_line_bacthed_point_location_visitor :
|
||||
struct Sweep_line_batched_point_location_visitor :
|
||||
public Arr_batched_pl_sl_visitor<BplHelper, OutputIterator_>
|
||||
{
|
||||
typedef OutputIterator_ Output_iterator;
|
||||
|
|
@ -309,7 +309,7 @@ public:
|
|||
typedef typename Base::Event Event;
|
||||
typedef typename Base::Subcurve Subcurve;
|
||||
|
||||
Sweep_line_bacthed_point_location_visitor (const Arr *arr,
|
||||
Sweep_line_batched_point_location_visitor (const Arr *arr,
|
||||
Output_iterator *oi) :
|
||||
Base (arr, oi)
|
||||
{}
|
||||
|
|
|
|||
|
|
@ -433,7 +433,7 @@ public:
|
|||
Sweep_line_non_intersecting_insertion_visitor;
|
||||
|
||||
template <class OutputIterator_>
|
||||
struct Sweep_line_bacthed_point_location_visitor :
|
||||
struct Sweep_line_batched_point_location_visitor :
|
||||
public Arr_batched_pl_sl_visitor<BplHelper, OutputIterator_>
|
||||
{
|
||||
typedef OutputIterator_ Output_iterator;
|
||||
|
|
@ -443,7 +443,7 @@ public:
|
|||
typedef typename Base::Event Event;
|
||||
typedef typename Base::Subcurve Subcurve;
|
||||
|
||||
Sweep_line_bacthed_point_location_visitor(const Arr * arr,
|
||||
Sweep_line_batched_point_location_visitor(const Arr * arr,
|
||||
Output_iterator * oi) :
|
||||
Base(arr, oi)
|
||||
{}
|
||||
|
|
|
|||
|
|
@ -317,7 +317,7 @@ public:
|
|||
Sweep_line_non_intersecting_insertion_visitor;
|
||||
|
||||
template <class OutputIterator_>
|
||||
struct Sweep_line_bacthed_point_location_visitor :
|
||||
struct Sweep_line_batched_point_location_visitor :
|
||||
public Arr_batched_pl_sl_visitor<BplHelper, OutputIterator_>
|
||||
{
|
||||
typedef OutputIterator_ Output_iterator;
|
||||
|
|
@ -328,7 +328,7 @@ public:
|
|||
typedef typename Base::Event Event;
|
||||
typedef typename Base::Subcurve Subcurve;
|
||||
|
||||
Sweep_line_bacthed_point_location_visitor (const Arr *arr,
|
||||
Sweep_line_batched_point_location_visitor (const Arr *arr,
|
||||
Output_iterator *oi) :
|
||||
Base (arr, oi)
|
||||
{}
|
||||
|
|
|
|||
Loading…
Reference in New Issue