mirror of https://github.com/CGAL/cgal
Added using statements
This commit is contained in:
parent
ba831fc76e
commit
03f34438d2
|
|
@ -197,6 +197,8 @@ public:
|
||||||
typedef typename SM_const_decorator::SHalfedge_around_svertex_const_circulator
|
typedef typename SM_const_decorator::SHalfedge_around_svertex_const_circulator
|
||||||
SHalfedge_around_svertex_const_circulator;
|
SHalfedge_around_svertex_const_circulator;
|
||||||
|
|
||||||
|
using SNC_decorator::is_standard;
|
||||||
|
|
||||||
enum{NORMAL, CORNER, DEGENERATE};
|
enum{NORMAL, CORNER, DEGENERATE};
|
||||||
|
|
||||||
SNC_constructor_base( SNC_structure& W) : SNC_decorator(W) {}
|
SNC_constructor_base( SNC_structure& W) : SNC_decorator(W) {}
|
||||||
|
|
|
||||||
|
|
@ -331,6 +331,10 @@ protected:
|
||||||
|
|
||||||
typedef typename SNC_decorator::Association Association;
|
typedef typename SNC_decorator::Association Association;
|
||||||
|
|
||||||
|
|
||||||
|
using Decorator::is_standard;
|
||||||
|
using Decorator::is_bounded;
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
void initialize_infibox_vertices(Content space) {
|
void initialize_infibox_vertices(Content space) {
|
||||||
SNC_constructor C(snc());
|
SNC_constructor C(snc());
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue