Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Creating Indices for vertices in Delanuay Triangulation

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Creating Indices for vertices in Delanuay Triangulation


Chronological Thread 
  • From: Samuel Hornus <>
  • To:
  • Subject: Re: [cgal-discuss] Creating Indices for vertices in Delanuay Triangulation
  • Date: Mon, 23 May 2011 10:32:49 +0200


Hi Brian,

Please read the CGAL User Manual for 2D triangulations:
http://www.cgal.org/Manual/3.3/doc_html/cgal_manual/Triangulation_2/Chapter_main.html

Please read it entirely. You must read it entirely, because it's not so easy
to grasp and reading it all makes it smoother.

Done?
Then you may have found a solution to your problem. If not, it's there:
http://www.cgal.org/Manual/3.3/doc_html/cgal_manual/Triangulation_2/Chapter_main.html#Section_25.11

Now, take some time as well to skim over this:
http://www.cgal.org/Manual/3.3/doc_html/cgal_manual/Triangulation_2_ref/Chapter_intro.html
By that time, you should find yourself in Treaven, the heaven for
triangulations.
--
sam

On May 23, 2011, at 10:13 AM, Brian Sanjeewa Rupasinghe wrote:

> Hi,
>
> I added this code. But it did not work. I am relatively new to CGAL. Please
> help.
>
> typedef CGAL::Triangulation_ds_face_base_with_info_2<Index, Gt> Info;
>
> Brian.



Archive powered by MHonArc 2.6.16.

Top of Page