Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Face

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Face


Chronological Thread 
  • From: Gaurav Kanade <>
  • To:
  • Subject: Re: [cgal-discuss] Face
  • Date: Thu, 9 Jun 2011 09:25:45 -0500
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=Nxtv8S1toQW9BLTFwS9npqEehmCCZj3rBXD5tCrPUY42jARVlZwVjPzTYCNRqc/Nlr ODQiDTCtCD7cyGDDcOUt07jTAaYnNqbi/VulM7xz9AVKiY4sNv6ZARBtC7xeNMxY6X49 h9pB0XMDCH3MhUjsLBciEduD1BVcFNpFvDTso=

Oh is it that simple ? I am sorry I was a bit overwhelmed with all these handles and the way to assign them and so on and was not sure what is the way to compare directly.

Thanks a lot and sorry for the trouble.

On 9 June 2011 01:36, Sebastien Loriot (GeometryFactory) <sloriot.ml@gmail.com> wrote:
Not sure to understand the question.
You make two point locations and get two face handles.
Then you want to check if points are in the same face.
If this is what you want you simply need to check if the handle are
equal (f1==f2)

Sebastien.


Gaurav Kanade wrote:
Hello
I am performing point location queries on an arrangement and receiving the
handle to the Object in which the point is located. Now I am using the
assign function check if the object is assigned to a face or a vertex or
edge but what I really want to is to determine if two different points after
performing two different queries are in the same face or not. Could you help
me to find the documentation regarding this ? I tried reading up on Face and
Face_const_handle but could not find it.

Thanks



--
You are currently subscribed to cgal-discuss.
To unsubscribe or access the archives, go to
https://lists-sop.inria.fr/wws/info/cgal-discuss




--
Gaurav Kanade,
PhD Candidate,
Dept. of Computer Science
University of Iowa
Iowa City, IA 52246




Archive powered by MHonArc 2.6.16.

Top of Page