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 07:56:14 -0700 (PDT)

After some research. it does work ok in a simple program. maybe the problem
is only with how I use the mex. I am trying to save a map of pointer to
AABB trees in my mex file and use this pointer in subsequent calls to the
mex. it only happens after I create a pointer in the mex and in another call
to the mex trying to reference this pointer. maybe the memory I create with
the new operator in the mex does't stay persistent in the second call to the
mex.



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



Archive powered by MHonArc 2.6.18.

Top of Page