Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Kinetic_data_structures... some questions

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Kinetic_data_structures... some questions


Chronological Thread 
  • From: Mahmood Naderan <>
  • To:
  • Subject: Re: [cgal-discuss] Kinetic_data_structures... some questions
  • Date: Thu, 7 Feb 2008 23:09:03 -0800 (PST)
  • Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type:Message-ID; b=r+l87fpK1pS/CCPVqYj41/Y17Q/Q/9huM1Q3rK0cLARugSgAoFgg4lh630Qscd0f2iDmFrkMhSeKkEMiT7+N70RTTynVTjJ07/df090ntS/11XQn2SM12MJ7rm7i9YNLYtb/d6CO5l+mUrDnvMnzlSNGRvaWPkuNfImWaTyZC7I=;

Hi,
Thanks for reply. But "CGAL_USE_BOOST_PROGRAM_OPTIONS" preprocessor is not
defined. During debugging, the program skips that section.

I have to say that currently I use VC and not linux.

-------------------
Mahmood Naderan
http://ce.sharif.edu/~m_naderan





----- Original Message ----
From: Daniel Russel
<>
To:

Sent: Thursday, February 7, 2008 8:19:31 PM
Subject: Re: [cgal-discuss] Kinetic_data_structures... some questions


On Feb 7, 2008, at 12:07 AM, Mahmood Naderan wrote:

> Hello,
> I cannot understand which file is used by "Kinetic_data_structures"
> demo neither in CGAL 3.2 nor CGAL 3.3.1
> std::string file;
> ...
> return run<CGAL::Kinetic::Exact_simulation_traits>(argc, argv,
> n,d,seed, file);
> ...
> if (file.empty())
> So which file? How can I change the input file?
Assuming you are talking about Delaunay_triangulation_2 it uses boost
program options to handle the command line arguments. So "./
Delaunay_triangulation_2 --help" tells you the command line argument
usage. The file name is just one of the arguments.
>

> Also what changes appeared for this section in 3.3.1 in compared to
> 3.2? It there any changelog?
No important changes were made to the demos.

> and another question is about manual. I did not find any guide in
> cgal manual about the demo and related QT functions. Is it "Kinetic
> framework" section?
The documentation of the display code could use some improvement, yes.
There are very minimal pages for the individual classes (look for
Kinetic::Qt... in the index). The code and interfaces are pretty
simple, so just looking at Delaunay_triangulation_2.cpp and the
Kinetic/IO/Qt*2.h files should give you a good idea. They don't have
many capabilities beyond what the demo does.
--
You are currently subscribed to cgal-discuss.
To unsubscribe or access the archives, go to
https://lists-sop.inria.fr/wws/info/cgal-discuss



____________________________________________________________________________________
Looking for last minute shopping deals?
Find them fast with Yahoo! Search.
http://tools.search.yahoo.com/newsearch/category.php?category=shopping



Archive powered by MHonArc 2.6.16.

Top of Page