Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] copy Halfedge Data Structure

Subject: CGAL users discussion list

List archive

[cgal-discuss] copy Halfedge Data Structure


Chronological Thread 
  • From: pascal8361 <>
  • To:
  • Subject: [cgal-discuss] copy Halfedge Data Structure
  • Date: Sat, 11 Sep 2010 04:57:26 -0700 (PDT)


hello

I do have a Halfedge Data Sturcture like:

HDS hds;
hds.add_some_stuff.....

than I need a second halfedge data structure:

HDS hds_copy = hds;
or
HDS hds_copy(hds);
(both ways are not working)

when I do some modifications on hds_copy and call the function
decorator.is_valid() - I get an error ... (there are to many halfedges in
the HDS)

any idea where the problem is???

best
Pascal
--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/copy-Halfedge-Data-Structure-tp2535609p2535609.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.16.

Top of Page