Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Error in documentation of Segment_Delaunay_graph_2

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Error in documentation of Segment_Delaunay_graph_2


Chronological Thread 
  • From: "Laurent Rineau (CGAL/GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] Error in documentation of Segment_Delaunay_graph_2
  • Date: Thu, 28 Mar 2013 11:31:35 +0100
  • Organization: GeometryFactory

Le mercredi 27 mars 2013 23:17:14 Philipp Blanke a écrit :
> Hello!
>
> I think I found an error in the description of the Segment_Delaunay_graph_2
> on
>
> http://www.cgal.org/Manual/latest/doc_html/cgal_manual/Segment_Delaunay_grap
> h_2_ref/Class_Segment_Delaunay_graph_2.html
>
> Looking at the code, i find that Segment_Delaunay_graph_2 is templated by
> 4 parameters, not two as described (which gave me a headache):
> CGAL::Segment_Delaunay_graph_
> 2<
> Gt, // geometric traits
> St, // storage traits
> TDS, // triangulation data structure
> LTag // don't know what that is for

The last two template parameters have defaults, and are not documented.

In which scenario do you need to know that CGAL::Segment_Delaunay_graph_2 is
a
class template with four parameters?

--
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