added missing Regularization_tag and rename of template argument

This commit is contained in:
Michael Hemmer 2013-08-01 15:52:57 +02:00
parent 59e5fe3e25
commit a81a23b960
1 changed files with 3 additions and 2 deletions

View File

@ -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;