Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Re: What's the fastest way to serialise Nef 3 poly?

Subject: CGAL users discussion list

List archive

[cgal-discuss] Re: What's the fastest way to serialise Nef 3 poly?


Chronological Thread 
  • From: marcosscriven <>
  • To:
  • Subject: [cgal-discuss] Re: What's the fastest way to serialise Nef 3 poly?
  • Date: Tue, 26 Mar 2013 11:58:49 -0700 (PDT)

I see internal to the Nef_polyhedron_3 structure it's just STL containers,
which can take a custom allocator. I'm just not sure how that works on the
other side. Do you basically copy the chunk of memory, copy it over to
whereever you want it, and say the first item in that is a pointer to a nef
poly? I'm just not sure how to deal with the offsets for the pointers



--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/What-s-the-fastest-way-to-serialise-Nef-3-poly-tp4657024p4657040.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.18.

Top of Page