Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] fix border edges for mesh simplification

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] fix border edges for mesh simplification


Chronological Thread 
  • From: "Fernando Cacciola" <>
  • To: <>
  • Subject: Re: [cgal-discuss] fix border edges for mesh simplification
  • Date: Mon, 31 Mar 2008 16:56:39 -0300
  • Organization: Geometry Factory

Hi Qianqian,

typedef typename Profile::const_in_edge_iterator const_in_edge_iterator ;

That's not exactly the way I defined it in the sample code I've attached.

It should be like this:

typedef typename Profile::ConstGraphTraits::const_in_edge_iterator const_in_edge_iterator ;

HTH

Fernando Cacciola
GeometryFactory



Archive powered by MHonArc 2.6.16.

Top of Page