Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] problem using Geomview to print Line_2

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] problem using Geomview to print Line_2


Chronological Thread 
  • From: Sterpa <>
  • To:
  • Subject: Re: [cgal-discuss] problem using Geomview to print Line_2
  • Date: Tue, 12 May 2009 06:14:21 -0700 (PDT)


I've made the box as follows:

Kernel_2::Iso_rectangle_2 box = CGAL::bounding_box(lines.begin(),
lines.end());

and then i've written:

Line_2 l1 = *it1;
Line_2 l2 = *it2;
gv << l1;

but i still get the same error, any idea?


Andreas Fabri wrote:
>
> Sterpa wrote:
>> I get this error:
>>
>> error: no match for ‘operator<<’ in ‘gv << p’
>>
>> anyone does know why?
>
> Hello,
>
> You have to clip a ray or a line with a bounding box,
> in order to draw a segment.
>
> andreas
> --
> You are currently subscribed to cgal-discuss.
> To unsubscribe or access the archives, go to
> https://lists-sop.inria.fr/wws/info/cgal-discuss
>
>

--
View this message in context:
http://www.nabble.com/problem-using-Geomview-to-print-Line_2-tp23501355p23502360.html
Sent from the cgal-discuss mailing list archive at Nabble.com.




Archive powered by MHonArc 2.6.16.

Top of Page