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

@ -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};

View File

@ -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) {