Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] point location with arr_circle_segment_traits

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] point location with arr_circle_segment_traits


Chronological Thread 
  • From: Ophir Setter <>
  • To:
  • Subject: Re: [cgal-discuss] point location with arr_circle_segment_traits
  • Date: Thu, 11 Jun 2009 11:10:36 +0300
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:content-type; b=k+9VzJFnRQKPKT2DqsUuhFU1g1gFtRiI3oK7XDfdDheC2HvNEb3U3g7uqZCeiryjZw 19vC92THWHdvfstBoG1vHGp2DHMLWsWST0rChr9fZ9VM1gW8NK/pAy3KTFIo+RO83zBt /0OF0Y1ET1PyHDUBj8caKS4+ys0q+i/pjz+lc=

You can try a different point location strategy like the walk-along-a-line:
http://www.cgal.org/Manual/3.4/doc_html/cgal_manual/Arrangement_on_surface_2_ref/Class_Arr_walk_along_line_point_location.html

or implement Approximate_2 functor.

Ophir

On Wed, Jun 10, 2009 at 8:40 PM, Denny <> wrote:
When I try to use the standard point location query with my traits it don't
work cause I've the following error:

/usr/local/include/CGAL/Arr_point_location/Arr_lm_nearest_neighbor.h ‘class
CGAL::Arr_circle_segment_traits_2<CGAL::Cartesian<CGAL::Quotient<CGAL::MP_Float>
>, true>’ has no member named ‘approximate_2_object’

So how can I perform a point location function when I'm working with the
arr_circle_segment_traits?--
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