Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Parallel Delaunay triangulation construction. Compilation error.

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Parallel Delaunay triangulation construction. Compilation error.


Chronological Thread 
  • From: Илья Палачев <>
  • To: "" <>
  • Subject: Re: [cgal-discuss] Parallel Delaunay triangulation construction. Compilation error.
  • Date: Fri, 23 Jan 2015 19:46:44 +0300
  • Envelope-from:

23.01.2015, 19:28, "Laurent Rineau (CGAL/GeometryFactory)"
<>:
>
> That piece of code in Triangulation_3/parallel_insertion_in_delaunay_3.cpp
> can
> be compiled only if CGAL_LINKED_WITH_TBB is defined. If you do not use CGAL
> CMake script to create your build system or solution, then you must define
> that macro yourself.
> --
Ok. That helped!

One little question:

Triangulation::Lock_data_structure locking_ds(
CGAL::Bbox_3(-1., -1., -1., 1., 1., 1.), 50);

What does number "50" mean in this example. I failed to find any
documentation about constructors of Lock_data_structure.

--
Thanks.
Ilya Palachev



Archive powered by MHonArc 2.6.18.

Top of Page