Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Delaunay_d example fails

Subject: CGAL users discussion list

List archive

[cgal-discuss] Delaunay_d example fails


Chronological Thread 
  • From: Adam Getchell <>
  • To: "" <>
  • Subject: [cgal-discuss] Delaunay_d example fails
  • Date: Fri, 25 Apr 2014 03:27:35 +0000
  • Accept-language: en-US

Hello all,

I have just installed CGAL 4.4, and I am playing with the example:

http://doc.cgal.org/latest/Convex_hull_d/classCGAL_1_1Delaunay__d.html

My code is:

https://github.com/acgetchell/CDT-plusplus/blob/Delaunay_d/dSimplex.cpp

However, I get errors with leda_integer:

https://gist.github.com/acgetchell/11276915

Any suggestions welcome.

Thank you.

Adam Getchell




On 6/4/13, 9:34 AM, "Guillaume Damiand"
<>
wrote:

>Hi,
>
>On 04/06/2013 17:36, acgetchell wrote:
>> Hello all,
>>
>> The example listed here:
>>
>>
>>http://www.cgal.org/Manual/latest/doc_html/cgal_manual/Combinatorial_map/
>>Chapter_main.html#Subsection_27.6.3
>>
>> Looks like it generates a tetrahedron.
>>
>> What is the best way for generating 4-simplices and storing them?
>
>You can use a 4D combinatorial map, and write a function that create a
>4-simplex by creating 4 tetrahedron (thanks to the function
>CGAL::make_combinatorial_tetrahedron<CMap>) and use 3-sew to glue them
>correctly.
>
>Thanks to this function you can create several 4-simplices and use 4-sew
>operation to glue them.
>
>Note that if you need geometry, you need to use a 4D linear cell complex
>instead of a 4D combinatorial map.
>
>Guillaume
>
>
>
>>
>> Thanks for any pointers,
>>
>> Adam
>>
>>
>>
>> --
>> View this message in context:
>>http://cgal-discuss.949826.n4.nabble.com/Pointers-for-generating-4-dimens
>>ional-simplices-tp4657646.html
>> Sent from the cgal-discuss mailing list archive at Nabble.com.
>>
>
>
>--
>===================================================================
>Guillaume DAMIAND
>
>CNRS, LIRIS UMR 5205
>Université Claude Bernard
>Bâtiment Nautibus (710)
>43 Boulevard du 11 Novembre 1918
>69622 Villeurbanne Cedex (France)
>-------------------------------------------------------------------
>Phone: +33 (0)4.72.43.26.62 Fax: +33 (0)4.72.43.15.36
>Mail:
>
>===================================================================
>
>
>--
>You are currently subscribed to cgal-discuss.
>To unsubscribe or access the archives, go to
>https://sympa.inria.fr/sympa/info/cgal-discuss
>
>




Archive powered by MHonArc 2.6.18.

Top of Page