Skip to Content.
Sympa Menu

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

Subject: CGAL users discussion list

List archive

[cgal-discuss] Error in documentation of Segment_Delaunay_graph_2


Chronological Thread 
  • From: Philipp Blanke <>
  • To: cgal-discuss <>
  • Subject: [cgal-discuss] Error in documentation of Segment_Delaunay_graph_2
  • Date: Wed, 27 Mar 2013 23:17:14 +0100


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

File version:
// $URL: svn+ssh://scm.gforge.inria.fr/svn/cgal/branches/releases/CGAL-4.0-branch/Segment_Delaunay_graph_2/include/CGAL/Segment_Delaunay_graph_2.h $
// $Id: Segment_Delaunay_graph_2.h 67117 2012-01-13 18:14:48Z lrineau $


Cheers,
Philipp


--
Philipp Blanke <>      | Fon: +49 (0)5 11-762 29 13
                                          | Fax: +49 (0)5 11-762 29 11
Leibniz Universität Hannover              | Jabber:  
Welfenlab - Division of Computer Graphics | ICQ:   275577053
Welfengarten 1, D-30167 Hannover          | http://www.welfenlab.de



Archive powered by MHonArc 2.6.18.

Top of Page