Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Cloning alpha shapes

Subject: CGAL users discussion list

List archive

[cgal-discuss] Cloning alpha shapes


Chronological Thread 
  • From: apunto13 <>
  • To:
  • Subject: [cgal-discuss] Cloning alpha shapes
  • Date: Wed, 20 Apr 2011 01:57:26 -0700 (PDT)

Hello everybody,
I'm writing an application which requires alpha shape computations and I'd
like to copy instances of class Alpha_shape_2. However, both copy
constructor and operator = are private and building a new object from the
vertices of an alpha shape leads to a different alpha shape (probably
because I use Exact_predicates_inexact_constructions_kernel).

My questions are: 1) How can I clone an alpha shape avoiding the use of
Exact_predicates_exact_constructions_kernel? 2) Is there any precise reason
to implement copy constructor and operator = for Alpha_shape_{2,3} private?

Many thanks

--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Cloning-alpha-shapes-tp3462483p3462483.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.16.

Top of Page