Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Input (>>) Operator does not work using Circular Kernel and Line_Arc_2

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Input (>>) Operator does not work using Circular Kernel and Line_Arc_2


Chronological Thread 
  • From:
  • To: CGAL Mailinglist <>
  • Subject: Re: [cgal-discuss] Input (>>) Operator does not work using Circular Kernel and Line_Arc_2
  • Date: Wed, 20 Jun 2007 16:44:28 +0200

Thomas Zangl wrote:

wrote:

Thomas Zangl - Home wrote:


Hi!

Why does the >> Operator not work using the Circual Kernel and
Line_Arc_2?

This compiles but it does not yet work as expected :-) . This is the
contents of my testfile:
40.9288 52.7524 74.9288 100.752
40.9288 52.7524 3.3744 45.2415
40.9288 52.7524 38.8286 30.7
....
but no Arc's are created by the >> operator. I assume there are 2 points
missing per line.

Hi,

I just looked at the source code.
In fact the operator >> is expecting, for each Line_arc_2:
- a line (same as Kernel::Line_2)
- two Circular_arc_point_2

This should have been documented, I add this into my todo-list.

Best
Monique Teillaud



Archive powered by MHonArc 2.6.16.

Top of Page