Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] CGAL demos and Qt4

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] CGAL demos and Qt4


Chronological Thread 
  • From: "Laurent Rineau (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] CGAL demos and Qt4
  • Date: Wed, 28 Jan 2009 18:41:34 +0100
  • Organization: GeometryFactory

On Wednesday 28 January 2009 18:26:56 Mahmood Naderan wrote:
> Hi,
> I did not find any information about which demo(s) uses Qt4.

You are right. That can be found out having a look at the CMakeLists.txt of
each demo.

In CGAL-3.4, the demo that use Qt4 are:
demo/Alpha_shapes_3
demo/Circular_kernel_2
demo/GraphicsView
demo/Polygon
demo/Polyhedron
demo/Surface_mesher
demo/Triangulation_2

> I found thatĀ  main function of Alpha_shapes_3 uses Qt4.
> After using Cmake to create .sln project for that, the build
> process does not create any executable file.

What is the output of CMake? Probably you miss the QGLViewer library. There
should be a message in the CMake output that says the Alpha_shape_3 demo has
not been configured.

> In the manual, there are only general information regarding Qt4
> and CGAL. I remember that inĀ  previous versions of CGAL manual,
> there were examples about how to create, call and manipulate
> Qt objects (Qt_widget), signals and .... Are there such information
> in this version of manual?

No. We have decided that the Qt4 documentation contains better tutorials and
reference pages that what we could ship in the CGAL manual.

There exists only some pages about the CGAL classes that have been created to
interact with the Graphics View Framework of Qt4:
http://www.cgal.org/Manual/3.4/doc_html/cgal_manual/GraphicsView/Chapter_main.html

--
Laurent Rineau, PhD
Engineer at GeometryFactory
http://www.geometryfactory.com/




Archive powered by MHonArc 2.6.16.

Top of Page