Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Pointers for generating 4 dimensional simplices

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Pointers for generating 4 dimensional simplices


Chronological Thread 
  • From: Guillaume Damiand <>
  • To:
  • Subject: Re: [cgal-discuss] Pointers for generating 4 dimensional simplices
  • Date: Tue, 04 Jun 2013 18:34:36 +0200

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-dimensional-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:

===================================================================




Archive powered by MHonArc 2.6.18.

Top of Page