Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] vertices of a face

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] vertices of a face


Chronological Thread 
  • From: sara Samadi <>
  • To:
  • Subject: Re: [cgal-discuss] vertices of a face
  • Date: Mon, 21 Feb 2011 09:00:11 -0800 (PST)
  • Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type; b=F0SK2wryi9ixFT8x6qf0IQFlHz+/RsLQmwC6Wqy/WwFDqSvMtdE5Y9ot9W5KZ/P5NiydUwqoSQWTRjeKbUwVWtCKZKhnhT3e/DkjAukmycZ5DnZSzQp8fJ8tknPR8HknS5E4W/BKrNuMA8nVmVSYpN/TqBWvAqM0FN3Z3W4y4rg=;

I need a method like this: 
CGAL::Arrangement_2::Face_const_handle::vertex_const_iterator,
 
but i know cgal does'nt have this method.

--- On Mon, 2/21/11, Sebastien Loriot (GeometryFactory) <> wrote:

From: Sebastien Loriot (GeometryFactory) <>
Subject: Re: [cgal-discuss] vertices of a face
To:
Date: Monday, February 21, 2011, 9:38 AM

sara Samadi wrote:
>
> I've read the MANUAL before sending email But but did not find that operator!
If I look at the subsection my link is pointing to, there are 3
function implementations:

print_ccb
print_face
print_arrangement

which are doing exactly what you are looking for.

S.


> Is it possible for you to help me clearer?
>
> --- On *Mon, 2/21/11, Sebastien Loriot (GeometryFactory) /<>/* wrote:
>
>
>     From: Sebastien Loriot (GeometryFactory) <>
>     Subject: Re: [cgal-discuss] vertices of a face
>     To:
>     Date: Monday, February 21, 2011, 8:51 AM
>
>     sara123 wrote:
>      > how can we access to the vertices of a face that is produced by an
>      > Arrangement?
>     See
>     http://www.cgal.org/Manual/latest/doc_html/cgal_manual/Arrangement_on_surface_2/Chapter_main.html#Subsection_30.2.2
>
>     S.
>
>     -- You are currently subscribed to cgal-discuss.
>     To unsubscribe or access the archives, go to
>     https://lists-sop.inria.fr/wws/info/cgal-discuss
>
>


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