Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] corner index in Mesh_domain_with_polyline_features_3.h

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] corner index in Mesh_domain_with_polyline_features_3.h


Chronological Thread 
  • From: "Laurent Rineau (CGAL/GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] corner index in Mesh_domain_with_polyline_features_3.h
  • Date: Tue, 06 Aug 2013 13:56:36 +0200
  • Organization: GeometryFactory

Le lundi 05 août 2013 15:46:19 Shiu Fai Li a écrit :
> Hi all,
>
> Is it a bug in line 631 of Mesh_domain_with_polyline_features_3.h that:
>
> const Corner_index corner_index = 0;
>
>
> it seems like the corner_index never gets updated. And it seems like that
> would affect all code that uses uses corner_index, which is pretty
> prominent in the feature preserving code, right?

You are right. In CGAL-4.2, that variable is set to 0 and never updated. But,
in CGAL-4.2, those corner indices are purely informative, are their values
are
never used, but in the output file formats.

Anyway, that bug has already been fixed in CGAL-4.3, whose beta release is
due
mid-August.

--
Laurent Rineau, PhD
R&D Engineer at GeometryFactory http://www.geometryfactory.com/
Release Manager of the CGAL Project http://www.cgal.org/




Archive powered by MHonArc 2.6.18.

Top of Page