Added using statements

This commit is contained in:
Andreas Fabri 2010-08-23 14:06:26 +00:00
parent ba831fc76e
commit 03f34438d2
2 changed files with 6 additions and 0 deletions

View File

@ -197,6 +197,8 @@ public:
typedef typename SM_const_decorator::SHalfedge_around_svertex_const_circulator
SHalfedge_around_svertex_const_circulator;
using SNC_decorator::is_standard;
enum{NORMAL, CORNER, DEGENERATE};
SNC_constructor_base( SNC_structure& W) : SNC_decorator(W) {}

View File

@ -331,6 +331,10 @@ protected:
typedef typename SNC_decorator::Association Association;
using Decorator::is_standard;
using Decorator::is_bounded;
protected:
void initialize_infibox_vertices(Content space) {
SNC_constructor C(snc());