Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] problem with TriangulationDataStructure_3

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] problem with TriangulationDataStructure_3


Chronological Thread 
  • From:
  • To:
  • Subject: Re: [cgal-discuss] problem with TriangulationDataStructure_3
  • Date: Wed, 28 Feb 2007 12:59:46 +0100

Hi,
The TriangulationDataStructure_3 does not know whether cells are finite or infinite, it is not embedded in any geometric space, it is just a graph.
You can construct with it a graph that represents a triangulation (simplicial complex) of a 3d combinatorial sphere in R4. In particular, all cells must have 4 neighbors.
best
Monique Teillaud

laurency franck wrote:
Hi,
i trying to construct a triangulation using
the structure TriangulationDataStructure_3 and i have a
question about shipboard cells:
i have to put 4 neighbors at these cells but they have only
3 neighbors. I have trying to put the NULL value for the 4th
neighbor but after if i done a ".is_valid" on my structure
it print me errors. So i have tried to put the cell itself as 4th
neighbor and it is also not valid and it print me:
"sum of the indices != 6 "
I have also read that there is infinite cell but i don't know how
to create a such cell.
So if somebody have an idea on what i have to put as 4th
neighbor it will be cool!
thanks for your answers
Ih

------------------------------------------------------------------------
Nouveau : téléphonez moins cher avec Yahoo! Messenger ! Découvez les tarifs exceptionnels pour appeler la France et l'international. Téléchargez <http://us.rd.yahoo.com/messenger/mail_taglines/default/*http://fr.beta.messenger.yahoo.com> la version beta.




Archive powered by MHonArc 2.6.16.

Top of Page