mirror of https://github.com/CGAL/cgal
added missing Regularization_tag and rename of template argument
This commit is contained in:
parent
59e5fe3e25
commit
a81a23b960
|
|
@ -31,7 +31,7 @@ namespace CGAL {
|
||||||
|
|
||||||
namespace Visibility_2 {
|
namespace Visibility_2 {
|
||||||
|
|
||||||
template<class Arrangement_2, class Regularization_tag>
|
template<class Arrangement_2, class RegularizationTag>
|
||||||
class Simple_visibility_2 {
|
class Simple_visibility_2 {
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
|
@ -39,6 +39,7 @@ public:
|
||||||
// Currently only consider with same type for both
|
// Currently only consider with same type for both
|
||||||
typedef Arrangement_2 Input_arrangement_2;
|
typedef Arrangement_2 Input_arrangement_2;
|
||||||
typedef Arrangement_2 Output_arrangement_2;
|
typedef Arrangement_2 Output_arrangement_2;
|
||||||
|
typedef RegularizationTag Regularization_tag;
|
||||||
|
|
||||||
typedef typename Arrangement_2::Halfedge_const_handle Halfedge_const_handle;
|
typedef typename Arrangement_2::Halfedge_const_handle Halfedge_const_handle;
|
||||||
typedef typename Arrangement_2::Halfedge_handle Halfedge_handle;
|
typedef typename Arrangement_2::Halfedge_handle Halfedge_handle;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue