Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] More problems filling holes...

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] More problems filling holes...


Chronological Thread 
  • From: Keith Ealanta <>
  • To:
  • Subject: Re: [cgal-discuss] More problems filling holes...
  • Date: Wed, 07 Feb 2007 01:29:34 +1100

Ahh, I got an answer on why that error.

I should have used
arr.non_const_handle(fi)->erase_hole(hi.current_iterator());
not
arr.non_const_handle(fi)->erase_hole(current_iterator());


This then showed me that erase_hole is private to CGAL::Arrangement_2<Traits_,Dcel_>::Face

.\CGAL_Access.cpp(132) : error C2248:
'CGAL::Arrangement_2<Traits_,Dcel_>::Face::erase_hole' : cannot
access private member declared in class
'CGAL::Arrangement_2<Traits_,Dcel_>::Face'

Please someone tell me there's a neat dodge to get around this?

Keith Ealanta




Archive powered by MHonArc 2.6.16.

Top of Page