Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Re: Getting the trapezoid cells from Arr_trapezoid_ric_point_location

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Re: Getting the trapezoid cells from Arr_trapezoid_ric_point_location


Chronological Thread 
  • From: Efi Fogel <>
  • To:
  • Subject: Re: [cgal-discuss] Re: Getting the trapezoid cells from Arr_trapezoid_ric_point_location
  • Date: Tue, 6 Mar 2012 00:27:49 +0200
  • Authentication-results: mr.google.com; spf=pass (google.com: domain of designates 10.50.85.227 as permitted sender) ; dkim=pass

I'm afraid that you are trying to use undocumented features.
If all you need is vertical decomposition, you should look at the CGAL::decompose() free function of the "2D Arrangement" package.

On Mon, Mar 5, 2012 at 8:04 PM, djulzz <> wrote:
I must add that when I print my trapezoid using cout, I get a plethora of
details, but the trapezoid_iostream.h (or similar filename dont have the
header accessible right now), is too complex for my little understanding.
One thing I can tell is that to print the decomposition,
trapezoid_iostream.h first gets the traits of the trapezoids
(td.get_traits), and in the few lines inside the write function, uses
is_left_unbouded on the traits. My traits when fed to cout seam to have the
is_left_unbouded method, but outside of cout, do not, because they are not
of type Td_X_Trapezoid.

I do not quite realize the magic happening inside the overloaded <<operator
for Trapezoidal_decomposition_2< Traits >, and would immensely appreciate
someone to help me.

-----
Julien Esposito
--
View this message in context: http://cgal-discuss.949826.n4.nabble.com/Getting-the-trapezoid-cells-from-Arr-trapezoid-ric-point-location-tp4443028p4446962.html
Sent from the cgal-discuss mailing list archive at Nabble.com.

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