From 03f34438d255344d1fc830e2f8f5c0a99454c5ad Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Mon, 23 Aug 2010 14:06:26 +0000 Subject: [PATCH] Added using statements --- Nef_3/include/CGAL/Nef_3/SNC_constructor.h | 2 ++ Nef_3/include/CGAL/Nef_polyhedron_3.h | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/Nef_3/include/CGAL/Nef_3/SNC_constructor.h b/Nef_3/include/CGAL/Nef_3/SNC_constructor.h index 630214abe5d..33181aaf1fb 100644 --- a/Nef_3/include/CGAL/Nef_3/SNC_constructor.h +++ b/Nef_3/include/CGAL/Nef_3/SNC_constructor.h @@ -196,6 +196,8 @@ public: SHalfedge_around_sface_circulator; typedef typename SM_const_decorator::SHalfedge_around_svertex_const_circulator SHalfedge_around_svertex_const_circulator; + + using SNC_decorator::is_standard; enum{NORMAL, CORNER, DEGENERATE}; diff --git a/Nef_3/include/CGAL/Nef_polyhedron_3.h b/Nef_3/include/CGAL/Nef_polyhedron_3.h index e79669623fc..142f879618f 100644 --- a/Nef_3/include/CGAL/Nef_polyhedron_3.h +++ b/Nef_3/include/CGAL/Nef_polyhedron_3.h @@ -330,6 +330,10 @@ protected: SFace_cycle_const_iterator; typedef typename SNC_decorator::Association Association; + + + using Decorator::is_standard; + using Decorator::is_bounded; protected: void initialize_infibox_vertices(Content space) {