Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] help with CGAL conceptual

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] help with CGAL conceptual


Chronological Thread 
  • From:
  • To:
  • Subject: Re: [cgal-discuss] help with CGAL conceptual
  • Date: Mon, 27 Oct 2008 20:20:41 +0100 (CET)
  • Importance: Normal

Thankks, It's clearer now.
Edges aren't really stored in Triangulation data structure still can be
accessed threw handlers, iterators and circulators.
Still have a question: How do I create/get edge_handler from a facet?
In fact, I need to store edges for a given facet and edges they are
connected to. I guess this is done via handlers but may be are there other
ways.

This is my code snippet:
Delaunay3d::Finite_facets_iterator facet;
for (facet = T.finite_facets_begin(); facet != T.finite_facets_end();
++facet){
//test on facet
//got good facet let's say goodFacet
//store the edges of goodFecet saving by the way edges connected to them
}

Thank you for your help.




Archive powered by MHonArc 2.6.16.

Top of Page