Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Re: Setting Supports_removal and other flags in Polyhedron_3

Subject: CGAL users discussion list

List archive

[cgal-discuss] Re: Setting Supports_removal and other flags in Polyhedron_3


Chronological Thread 
  • From: freckles <>
  • To:
  • Subject: [cgal-discuss] Re: Setting Supports_removal and other flags in Polyhedron_3
  • Date: Sun, 29 Jan 2012 20:45:07 -0800 (PST)

Ah, I found out why Polyhedron_3::Supports_removal was set to false. I had
stupidly used CGAL::HalfedgeDS_vector instead of the default list
implementation CGAL::HalfedgeDS_list.

Correct me if I'm wrong, but I think that if I wanted to modify these, I
would have to create my own class inheriting from Polyhedron_3, and then
modify the tags from there.

--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Setting-Supports-removal-and-other-flags-in-Polyhedron-3-tp4339946p4340060.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.16.

Top of Page