Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] How to add user information in edges

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] How to add user information in edges


Chronological Thread 
  • From: Yvan Maillot <>
  • To:
  • Subject: Re: [cgal-discuss] How to add user information in edges
  • Date: Thu, 29 Jul 2010 10:44:41 +0200 (CEST)
  • Organization: uha

Title: Re: [cgal-discuss] How to add user information in edges
Hello,

Thank you. It's ok like you suggest.

regards.

Le 28 juil. 2010, 03:42, changwon lee <> a écrit:

> Hello
> IMHO, you have to store edge information in face such as
> Contrained_triangulation_face_base_2.
> information that edge is constrained or not is represented as 3 boolean
> flag in face.
>
> regards
>
> On 2010-07-28 오전 8:33, Yvan Maillot wrote:
> > Hi All,
> >
> > I have used Triangulation_vertex_base_with_info_2 and
> > Triangulation_face_base_with_info_2 to add information in vertices and in
> > faces and it works well.
> >
> > But, how can I do the same with edges since there isn't
> > Triangulation_edge_base_with_info_2, obviously because triangulations are
> > based on vertices and faces.
> >
> > I need to associate a double value to each edge. Is there an easy and
> > efficient way to do this ?
> >
> > Thank you for your help
> >
> > Yvan
> >
> >
> >
>
>
> --
> You are currently subscribed to cgal-discuss.
> To unsubscribe or access the archives, go to
> https://lists-sop.inria.fr/wws/info/cgal-discuss
>


Archive powered by MHonArc 2.6.16.

Top of Page