Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Edge/Facet Iterator

Subject: CGAL users discussion list

List archive

[cgal-discuss] Edge/Facet Iterator


Chronological Thread 
  • From: Dennis Endt <>
  • To:
  • Subject: [cgal-discuss] Edge/Facet Iterator
  • Date: Mon, 13 Oct 2008 17:14:27 +0200
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=RG+z/unXr+LcHCA68t0RawugswfT4fxqLG1U4BON9LJbk7PeNg7pzZFyfRlEBGtoZU uL5dPSzu+uB+yto+JpdUcYG4Rmd4D9jXLRyjMtobw2B4ljT+UO7EBl5/EhiEg5sMQd7Z Nq3Gn7v//VeiPr1v3OrrYWN9nkP61Crvdjoh4=

Hi,

I`ve a few questions and I hope anyone could help me soon.

typedef CGAL::Simple_cartesian<double> SK;
typedef CGAL::Filtered_kernel<SK> FK;
struct K : public FK {};
typedef K::Point_3 Point_3;
typedef CGAL::Delaunay_triangulation_3<K> Triangulation;

*Triangulation::Finite_edges_iterator*
How can I read out the points of an edge or the edge itself?
Is there any typedef for an edge regarding to the typedef for a point above?

*Triangulation::Finite_facets_iterator*
If there is any typedef for an edge, how can I read out the edges of a
facet?

Best,
Dennis



Archive powered by MHonArc 2.6.16.

Top of Page