Subject: CGAL users discussion list
List archive
- From: Laurent Rineau <>
- To:
- Subject: Re: [cgal-discuss] Delaunay_triangulation_3 benchmarking
- Date: Thu, 22 Nov 2007 10:29:35 +0100
- Organization: Inria, Sophia Antipolis, FRANCE
On Thursday 22 November 2007 10:23:45
wrote:
> Hi,
>
> I you only want to compute the triangulation and if you have a container
> for the whole set of points, then
> dt.insert(InputIterator first, InputIterator last)
> should indeed be the fastest way. It uses spatial sorting.
Actually, it should be documented that InputIterator needs to be a random
access iterator. That method uses std::random_shuffle, which requires that.
It means that the container can be a std::vector<Point_3> but not a
std::list<Point_3>.
--
Laurent Rineau
INRIA - Sophia Antipolis
BP 93, 2004 Route des Lucioles
06902 Sophia Antipolis Cedex FRANCE
Tel: +33 4 92 38 78 62 (Fax: +33.4.97.15.53.95)
- Delaunay_triangulation_3 benchmarking, Ashwin Nanjappa, 11/22/2007
- Re: [cgal-discuss] Delaunay_triangulation_3 benchmarking, Monique . Teillaud, 11/22/2007
- Re: [cgal-discuss] Delaunay_triangulation_3 benchmarking, Laurent Rineau, 11/22/2007
- Re: [cgal-discuss] Delaunay_triangulation_3 benchmarking, Andreas Fabri, 11/22/2007
- Re: [cgal-discuss] Delaunay_triangulation_3 benchmarking, Laurent Rineau, 11/22/2007
- Re: [cgal-discuss] Delaunay_triangulation_3 benchmarking, Andreas Fabri, 11/22/2007
- Re: [cgal-discuss] Delaunay_triangulation_3 benchmarking, Ashwin Nanjappa, 11/22/2007
- Re: [cgal-discuss] Delaunay_triangulation_3 benchmarking, Monique . Teillaud, 11/22/2007
- Re: [cgal-discuss] Delaunay_triangulation_3 benchmarking, Laurent Rineau, 11/22/2007
- Re: [cgal-discuss] Delaunay_triangulation_3 benchmarking, Monique . Teillaud, 11/22/2007
Archive powered by MHonArc 2.6.16.