Skip to Content.
Sympa Menu

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

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Delaunay_d example fails


Chronological Thread 
  • From: Adam Getchell <>
  • To:
  • Subject: Re: [cgal-discuss] Delaunay_d example fails
  • Date: Thu, 24 Apr 2014 22:43:07 -0700

Aha, thank you Sebastien!

Swapping out GMP fixes this.


On Thu, Apr 24, 2014 at 10:16 PM, Sebastien Loriot (GeometryFactory) <> wrote:
Note that you need to install leda if you want to use it.

Sebastien.

On 04/25/2014 05:27 AM, Adam Getchell wrote:
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" <.fr>
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: .fr
===================================================================


--
You are currently subscribed to cgal-discuss.
To unsubscribe or access the archives, go to
https://sympa.inria.fr/sympa/info/cgal-discuss






--
You are currently subscribed to cgal-discuss.
To unsubscribe or access the archives, go to
https://sympa.inria.fr/sympa/info/cgal-discuss





--
Adam Getchell
"Invincibility is in oneself, vulnerability in the opponent." -- Sun Tzu



Archive powered by MHonArc 2.6.18.

Top of Page