Add 'using' for strict ANSI compliance

This commit is contained in:
Andreas Fabri 2010-05-05 16:00:09 +00:00
parent 193066c8bf
commit c07b76f7d2
1 changed files with 14 additions and 0 deletions

View File

@ -76,6 +76,20 @@ public:
typedef typename HDS::Supports_removal Supports_removal; 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: protected:
typedef typename Vertex::Base VBase; typedef typename Vertex::Base VBase;
typedef typename Halfedge::Base HBase; typedef typename Halfedge::Base HBase;