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:32:46 +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=RbdY6wTt5pDv+O7ehjLMSaL7lJF25hDatENnC6oFX+XzWxEGMZErWzPa9aWn3POec8 tLAVbbwM49OKXOLhI6Gn2twQtsKg910oC6bT6KIpK0yNF8nLobgy+8UTZ8sxe8ao38xt FGhJ28XFyyiJuTcW+E1uHyDIkpXyZV6FsIvJw=

Hi,

Thanks. I will install Qt GUI and see. By the way, CMakeLists.txt 
is available in the CGAL root. Where should i select it?  With
"Browse Source" and "Browse Build", it cannot be selected.

Brian.

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

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

See
http://www.cgal.org/Manual/latest/doc_html/installation_manual/Chapter_installation_manual.html#Subsection_4.11

S.

Brian.


On Wed, May 18, 2011 at 2:45 PM, Sebastien Loriot (GeometryFactory) <sloriot.ml <http://sloriot.ml>@gmail.com <http://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:


   http://www.cgal.org/demo/3.8/delaunay_triangulation_2.zip

   S.




       On Tue, May 17, 2011 at 4:26 PM, Sebastien Loriot
       (GeometryFactory) <sloriot.ml <http://sloriot.ml>
       <http://sloriot.ml>@gmail.com <http://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




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