Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Voronoi diagrams

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Voronoi diagrams


Chronological Thread 
  • From: Brian Sanjeewa Rupasinghe <>
  • To:
  • Subject: Re: [cgal-discuss] Voronoi diagrams
  • Date: Wed, 18 May 2011 15:20:40 +0100
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=voSwf8VPC2tSUgYiJwdeRS2p9V0z6h/vCzkLGS8PZCn0BYeWQ2TTlvoYDME/ttrk4h STO9gVVgfw44DtqUs5fYpNSHZm0q6D9uNAjXMQAAP2TKlv3IJL6BKBvWlosAYycUiHxU CeW8j0C8bIq8JJkJk0tbeiLVZLP/WreF4ceKo=

Hi,

Thanks. I tried installing the demo you sent. When i tried to setup it, it gives an error message "QtGui4.dll is missing"

Brian.

On Wed, May 18, 2011 at 2:45 PM, Sebastien Loriot (GeometryFactory) <sloriot.ml@gmail.com> wrote:
Brian Sanjeewa Rupasinghe wrote:
Hi,

In order to install CGAL, I downloaded CGAL setup.exe and CMAKE.exe.
First i installed CGAL and then the CMAKE GUI. Then in order to
configure CGAL, I started the CMAKE and click on configure and
select the generator as Visual 10 (i have visual C++ 2010). In
CMAKE, What specific files i have to chose on 'Browse Source"
and 'Browse Build" before click on Configuration?
Please help.

Brian.

I guess you need to select the CMakeLists.txt in at the root of the CGAL
directory.


Did you tried the pre-compiled demo as I suggested: S.




On Tue, May 17, 2011 at 4:26 PM, Sebastien Loriot (GeometryFactory) <sloriot.ml <http://sloriot.ml>@gmail.com <http://gmail.com>> wrote:

   Brian Sanjeewa Rupasinghe wrote:

       Hi,

       Suppose i have a list of ten points in a text file.
       I want to create a voronoi diagram of these
       points. How van i do it? I am new to CGAL
       and please help. I use MS Visual C++ for
       programming. I can read the point coordinates
       from the file.

       Brian.


   You can use the Delaunay_triangulation_2 demo.

   Sources in the CGAL tarball are here CGAL-3.8/demo/Triangulation_2.
   In addition, on windows a precompiled demo is available here:
   http://www.cgal.org/demo/3.8/delaunay_triangulation_2.zip

   The format for input points is
   x1 y1
   x2 y2
   x3 y3
   ....
   xn yn

   S.


   --     You are currently subscribed to cgal-discuss.
   To unsubscribe or access the archives, go to
   https://lists-sop.inria.fr/wws/info/cgal-discuss




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