Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] how to handle half edge data structure

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] how to handle half edge data structure


Chronological Thread 
  • From: Laurent Rineau <>
  • To:
  • Subject: Re: [cgal-discuss] how to handle half edge data structure
  • Date: Wed, 7 May 2008 14:51:40 +0200
  • Organization: Inria, Sophia Antipolis, FRANCE

On Wednesday 07 May 2008 14:29:06 samuel kim wrote:
> And what is the base rule to get to know the exact pointer of the handle of
> half_edge data structure whenever travel triangles? Because I have tried
> many times, and found that the pointer of handle of half_edge data
> structure was varying at each triangle which was not expectable.

If you have a handle "h", "*h" is the pointed object, and "&*h" is the
pointer
to that pointed object.

--
Laurent Rineau
INRIA - Sophia Antipolis
BP 93, 2004 Route des Lucioles
06902 Sophia Antipolis Cedex FRANCE
Tel: +33 4 92 38 78 62 (Fax: +33.4.97.15.53.95)



Archive powered by MHonArc 2.6.16.

Top of Page