Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] rendering CGAL objects in Qt

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] rendering CGAL objects in Qt


Chronological Thread 
  • From: "Laurent Rineau (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] rendering CGAL objects in Qt
  • Date: Thu, 27 Aug 2009 10:26:52 +0200
  • Organization: GeometryFactory

On Wednesday 26 August 2009 16:10:54 Martin Baroš wrote:
> Hi,
> thank you for your answer.
> I'm using Qt Graphics View framework and I can draw geometric objects
> without problems.
> But I'm still not sure how to draw content of arrangement - should it be
> done by fetching X_monotone_curve one by one from arrangement and then
> drawing in Qt scene?

I think so. As far as I know, there is not graphics view item for
arrangement.
You'll need to draw each curve of the arrangement one by one.

--
Laurent Rineau, PhD
Release Manager of the CGAL Project
http://www.cgal.org/
R&D Engineer at GeometryFactory
http://www.geometryfactory.com/



Archive powered by MHonArc 2.6.16.

Top of Page