Skip to Content.
Sympa Menu

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

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] copy Halfedge Data Structure


Chronological Thread 
  • From: "Sebastien Loriot (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] copy Halfedge Data Structure
  • Date: Mon, 20 Sep 2010 09:53:44 +0200

pascal8361 wrote:
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
Can you post a minimal example showing the problem?

S.



Archive powered by MHonArc 2.6.16.

Top of Page