Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Resolved : Polyhedron_incremental_builder_3 and facets/vertices arrangement

Subject: CGAL users discussion list

List archive

[cgal-discuss] Resolved : Polyhedron_incremental_builder_3 and facets/vertices arrangement


Chronological Thread 
  • From: babaOroms <>
  • To:
  • Subject: [cgal-discuss] Resolved : Polyhedron_incremental_builder_3 and facets/vertices arrangement
  • Date: Wed, 5 Feb 2014 21:26:49 -0800 (PST)

Hello

I have resolved my problem.
1) I create 2 QMap (or std::map) with all my points, one map<int, Point> and
the other with <Point,int> where int is an incremental integer.
2) I do one begin_surface(nbPoints, nbFacets)
3 for each facets I get the pointer on my 4 points and the map returns me
the point position.
So I can do all my begin_facet()



--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Polyhedron-incremental-builder-3-and-facets-vertices-arrangement-tp4658760p4658784.html
Sent from the cgal-discuss mailing list archive at Nabble.com.


  • [cgal-discuss] Resolved : Polyhedron_incremental_builder_3 and facets/vertices arrangement, babaOroms, 02/06/2014

Archive powered by MHonArc 2.6.18.

Top of Page