mirror of https://github.com/CGAL/cgal
Add 'using' for strict ANSI compliance
This commit is contained in:
parent
193066c8bf
commit
c07b76f7d2
|
|
@ -76,6 +76,20 @@ public:
|
|||
|
||||
typedef typename HDS::Supports_removal Supports_removal;
|
||||
|
||||
|
||||
using HalfedgeDS_items_decorator<p_HDS>::insert_tip;
|
||||
using HalfedgeDS_items_decorator<p_HDS>::get_prev;
|
||||
using HalfedgeDS_items_decorator<p_HDS>::set_prev;
|
||||
using HalfedgeDS_items_decorator<p_HDS>::get_face;
|
||||
using HalfedgeDS_items_decorator<p_HDS>::set_face;
|
||||
using HalfedgeDS_items_decorator<p_HDS>::get_vertex;
|
||||
using HalfedgeDS_items_decorator<p_HDS>::set_vertex;
|
||||
using HalfedgeDS_items_decorator<p_HDS>::set_vertex_halfedge;
|
||||
using HalfedgeDS_items_decorator<p_HDS>::set_face_halfedge;
|
||||
using HalfedgeDS_items_decorator<p_HDS>::set_vertex_in_vertex_loop;
|
||||
using HalfedgeDS_items_decorator<p_HDS>::set_face_in_face_loop;
|
||||
using HalfedgeDS_items_decorator<p_HDS>::insert_halfedge;
|
||||
|
||||
protected:
|
||||
typedef typename Vertex::Base VBase;
|
||||
typedef typename Halfedge::Base HBase;
|
||||
|
|
|
|||
Loading…
Reference in New Issue