Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Linear Cell Complex and Iterators

Subject: CGAL users discussion list

List archive

[cgal-discuss] Linear Cell Complex and Iterators


Chronological Thread 
  • From: jdumas <>
  • To:
  • Subject: [cgal-discuss] Linear Cell Complex and Iterators
  • Date: Mon, 22 Apr 2013 07:52:02 -0700 (PDT)

Hi there.

I'm using the Linear Cell Complex from CGAL those days, hence the recurring
subject in my email topics =). This time I'm trying to create a wrapper
around the Range provided by the Combinatorial Map Package so that I can use
them direcectly with other parts of CGAL (for exemple, CGAL::bounded_side_2
or CGAL::Polytope_distance_d). I've come up with something that seem to work
rather nicely. However there are some issues caused by a destructor being
called at some point albeit I don't really have a clue on how to address the
problem.

So, the minimal problematic test code and CMakeLists.txt are here:
http://pastebin.com/afny1jBh
http://pastebin.com/aZeT7zKD

Don't forget to type cmake twice so that the Debug flag gets used.
Configuration is the same as in my previous mail (cgal 4.2, etc.).


Best,
Jérémie.



--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Linear-Cell-Complex-and-Iterators-tp4657253.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.18.

Top of Page