Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Vertex index in a Cell (Delauney 3D)

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Vertex index in a Cell (Delauney 3D)


Chronological Thread 
  • From: "Suejung B. Huh" <>
  • To:
  • Subject: Re: [cgal-discuss] Vertex index in a Cell (Delauney 3D)
  • Date: Wed, 14 Oct 2009 16:07:23 -0700
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:reply-to:in-reply-to:references:date:message-id :subject:from:to:content-type; b=nnbKX65GSZiBj5C7gMZ62TeKKAlJbeogubQDCQdxu7IWQx50SqfrA+x9yxreUoYv7u vE6U6qCcXgPypZtV5bJWi9yqcIMXnKXpq8/w9fxz1BRWe63088Il9vV+YMXw9/Qjvzs7 7yIX5Vk+/lfGuXQGFpNXAD3njJCos8S/M1Aks=

Thanks for the suggestion,

I will look into it,

-s


On Wed, Oct 7, 2009 at 11:59 PM, Sybren A. Stüvel <> wrote:
On Thu, Oct 08, 2009 at 12:24:38AM +0200, wrote:
> I want to know the original vertex index of each vertex.
>
> For example, if I gave 100 vertices and a cell is made of vertices
> 30,31,40,49,  I want to know these indices, 30,31,40,49.

You can use CGAL::Triangulation_vertex_base_with_info_3 so you can add
your own custom information to each vertex. That way you could store a
set of original indices with each vertex.

Cheers,
--
Sybren A. Stüvel
http://stuvel.eu/

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD4DBQFKzY24NIPvGICzDyQRApgGAJYpIcJVs8b99WcDVmfu3uibr7K5AJoDSnQp
1H3LacNUocMSUJH9AnoJPw==
=Fn0c
-----END PGP SIGNATURE-----





Archive powered by MHonArc 2.6.16.

Top of Page