Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] using C3T3::Facet_iterator with AABB_Tree

Subject: CGAL users discussion list

List archive

[cgal-discuss] using C3T3::Facet_iterator with AABB_Tree


Chronological Thread 
  • From: Frankie Li <>
  • To:
  • Subject: [cgal-discuss] using C3T3::Facet_iterator with AABB_Tree
  • Date: Mon, 26 Sep 2011 14:16:28 -0400

Hi all,

Is there a way to use the Facet_iterator (or Facets_in_complex_iterator) with AABB. My end goal is to put all of the boundary facets from a Complex 3 in triangulation 3 into an AABB_Tree, but Facet_iterator is non-mutable.

The only alternative I've come up with is to use a filtered_iterator with finite_facet_iterator from c3t3.triangulation().finite_facet_begin().


Thanks!


Frankie



Archive powered by MHonArc 2.6.16.

Top of Page