Subject: CGAL users discussion list
List archive
- From: "Wesley Smith" <>
- To:
- Subject: Triangulation_3 adding handles example doesn't compile
- Date: Sun, 16 Sep 2007 20:21:27 -0700
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=BCs7rPRvtDdJB45H/aXvTGsJZQp9Wk4/w8Fws7vdkU7WW32/S0aHHecF5UHErIlW6B5sPYxIvAaLRVQqyMnUDrg0bwGIaW+dNePXTq7Dp0xq5ZGPLpkg+g9+USNrhUoLr2R0GG2A8hY74G1pY5VjSy7wGpsv5OxK5RqGoD0AcQM=
Hi,
The example examples/Triangulation_3/adding_handles.cpp in CGAL 3.3 no
longer compiles. I'm using GCC 4.0.1. I'm getting the error
/usr/local/CGAL/include/CGAL/Delaunay_triangulation_3.h:1407: error:
'class CGAL::TDS_cb3<CGAL::TDS3<My_vertex_base<K, CGAL::T_vb3<K,
CGAL::TDS_vb3<void> > >, CGAL::TDS_cb3<void> > >' has no member named
'circumcenter'
In this function
template < class Gt, class Tds >
typename Delaunay_triangulation_3<Gt,Tds>::Point
Delaunay_triangulation_3<Gt,Tds>::
dual(Cell_handle c) const
{
CGAL_triangulation_precondition(dimension()==3);
CGAL_triangulation_precondition( ! is_infinite(c) );
return c->circumcenter(geom_traits());
}
How can I resolve this error? I have tried a few things, but it's
beyond my CGAL knowledge at this point and am stumped.
thanks,
wes
- Triangulation_3 adding handles example doesn't compile, Wesley Smith, 09/17/2007
- Re: Triangulation_3 adding handles example doesn't compile, Wesley Smith, 09/17/2007
Archive powered by MHonArc 2.6.16.