Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] cGAL::join

Subject: CGAL users discussion list

List archive

[cgal-discuss] cGAL::join


Chronological Thread 
  • From: sara123 <>
  • To:
  • Subject: [cgal-discuss] cGAL::join
  • Date: Mon, 31 Jan 2011 00:35:32 -0800 (PST)


join operation on these folowing polygons gave me run time error!!!!

A: (4,0 ) (4.3,1.09 ) (2,0.5) (0.5,1) (-0.5,2.5) (-2,-0.5) (0,-2) (3,-1)

B: (-0.5,2.5) (-2,-0.5) (0,-2) (2.62,-1.125) (0.5,1)

Polygon_set_2 S;
std::vector<Polygon_2>::iterator mit;
std::vector<Polygon_2> pol_vector

S.join(pol_vector.begin(),pol_vector.end());

my polygons are stored in Pol_vector.
--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/cGAL-join-tp3248268p3248268.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.16.

Top of Page