Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] can't create stl containers of type AABB tree in CGAL

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] can't create stl containers of type AABB tree in CGAL


Chronological Thread 
  • From: dontcarebear <>
  • To:
  • Subject: Re: [cgal-discuss] can't create stl containers of type AABB tree in CGAL
  • Date: Mon, 17 Mar 2014 14:46:04 -0700 (PDT)

Zohar thank you for the help!
your code gives me compilation errors:

error C2248: 'CGAL::AABB_tree<AABBTraits>::operator =' : cannot access
private member declared in class 'CGAL::AABB_tree<AABBTraits>'

the problem is with the private operators in CGAL 4.3 .

I really think it's a bug in the design of CGAL 4.3 or (just a bug). this
means that the only workaround is using pointers and making then persistent
in some way.

I found this (need to try it):
http://www.mathworks.com/matlabcentral/fileexchange/38964-example-matlab-class-wrapper-for-a-c++-class

I am out of ideas for now but surely there is a simple solution to this
mass.



--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/can-t-create-stl-containers-of-type-AABB-tree-in-CGAL-tp4658973p4658984.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.18.

Top of Page